Fix screen rendering broken by transition support refactoring
- Revert to CustomScreenTestImpl instead of broken ec.screen.render() call - Remove duplicate screenUrl variable declaration - Fix transition method calls: hasTransitions() → hasTransition(null), getAllTransitions() → getTransitionList() - Simplify rendering path to always use CustomScreenTestImpl for both action and browse modes This restores working screen rendering functionality that was broken during the action execution implementation work (commit 0fc4e236). The ec.screen.render() API doesn't exist on ScreenFacadeImpl, causing RENDER_EXCEPTION for all screens.
Showing
1 changed file
with
93 additions
and
25 deletions
-
Please register or sign in to post a comment