Skip to content

Commit

Permalink
🔧 chore(TIP module): Update TIP module menu permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjitm committed Jan 22, 2024
1 parent ebc002f commit adf9660
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 adf9660

Please sign in to comment.