Hi Robert,
It starts from InitTheme.groovy, I guess you can follow from there, else please
ask for details
HTH
Jacques
Le 05/01/2020 à 05:44, Robert Wynkoop a écrit :
Using a plugin I created as an example. The main-decorator includes
name=GlobalDecorator component://common/widget/CommonScreens.xml.
In CommonScreens.xml I see:
<!-- Global decorator for General Screens/Pages -->
<screen name="GlobalDecorator">
<section>
<widgets>
<include-screen name="GlobalActions" />
<include-screen name="GlobalDecorator"
location="${groovy:commonScreenLocations.GlobalDecorator?commonScreenLocations.GlobalDecorator:commonDecoratorLocation}"/>
</widgets>
</section>
</screen>
Can someone summarize how
location="${groovy:commonScreenLocations.GlobalDecorator?commonScreenLocations.GlobalDecorator:commonDecoratorLocation}"/>
works?
I'm not sure how to follow the flow into that. Where is the related
source to the above location?
Robert Wynkoop