Skip to content

Commit

Permalink
Merge branch 'branches/rudder/8.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
fanf committed Sep 22, 2023
2 parents b0323ce + 8817ade commit e8af53b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class UserManagementPluginDef(override val status: PluginStatus) extends Default
(Menu("760-userManagement", <span>User management</span>) /
"secure" / "plugins" / "UserManagement"
>> LocGroup("pluginsGroup")
>> TestAccess(() => Boot.userIsAllowed("/secure/index", Administration.Read))
>> TestAccess(() => Boot.userIsAllowed("/secure/index", Administration.Write))
>> Template(() => ClasspathTemplates("template" :: "UserManagement" :: Nil) openOr <div>Template not found</div>)).toMenu,
Some(MenuUtils.administrationMenu)
) :: Nil
Expand Down

0 comments on commit e8af53b

Please sign in to comment.