Skip to content

Commit

Permalink
Added commented SubscreensItem record to mount SimpleScreens root screen
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesde committed Jan 15, 2016
1 parent f397543 commit 81a1265
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/SimpleScreensSetupData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ along with this software (see the LICENSE.md file). If not, see
subscreenName="my" subscreenLocation="component://SimpleScreens/screen/MyAccount.xml"
menuTitle="My Account" menuIndex="90" menuInclude="Y"/>

<!-- Not needed generally, but here commented for convenience:
<moqui.screen.SubscreensItem screenLocation="component://webroot/screen/webroot/apps.xml"
subscreenName="SimpleScreens" subscreenLocation="component://SimpleScreens/screen/SimpleScreens.xml"
menuTitle="Simple Screens" menuIndex="99" menuInclude="N"/>
-->

<!-- Artifact group and authz for My Account App -->
<moqui.security.ArtifactGroup artifactGroupId="MY_ACCOUNT" description="My Account App (via root screen)"/>
<moqui.security.ArtifactGroupMember artifactGroupId="MY_ACCOUNT" artifactName="component://SimpleScreens/screen/MyAccount.xml"
Expand Down

0 comments on commit 81a1265

Please sign in to comment.