Skip to content

Commit

Permalink
Merge branch 'aiccra-tip-integration' into aiccra-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjitm committed Jan 22, 2024
2 parents d9dcd87 + adf9660 commit 1f4dd47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
[#-- BI Module --]
{ 'slug': 'bi', 'name': 'menu.bi', 'namespace': '/bi', 'action': '${(crpSession)!}/bi', 'visible': logged && biModuleActive, 'active': true },
[#-- TIP Module --]
{ 'slug': 'tip', 'name': 'menu.tip', 'namespace': '/tip', 'action': '${(crpSession)!}/tip', 'visible': logged && action.hasSpecificities('tip_section_active') && (action.canAccessSuperAdmin())!false, 'active': true }
{ 'slug': 'tip', 'name': 'menu.tip', 'namespace': '/tip', 'action': '${(crpSession)!}/tip', 'visible': logged && action.hasSpecificities('tip_section_active'), 'active': true }
]/]


Expand Down

0 comments on commit 1f4dd47

Please sign in to comment.