-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0
-
Component/s: Layouts & Widgets
-
Sprint:nxNag Sprint 7.1-5
When defining a toggleable layout from Studio, the variable "layoutWidgetMode" is used to resolve the target layout, using expressions like:
#{layoutWidgetMode == 'edit'? 'myLayout@edit': 'myLayout@view'}
But the corresponding layout name is not resolved correctly at build time, need to tweak the declarations to ensure the view layout is rendered in view mode, and the edit layout in edit mode (both layouts are currently built from the start)