-
Notifications
You must be signed in to change notification settings - Fork 474
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
16202 Mega menu: Hide "Customize" menu and menu items for users with …
…no permission This change hides "Customize" menu and its menu items depending on user permissions. Permissions taken in account are: * general.edit_pagetype_topic * general.edit_bookmark_list * general.edit_custom_snapin * general.edit_views * general.edit_dashboards * general.edit_graph_collection * general.edit_graph_tuning * general.edit_custom_graph * general.edit_forecast_graph * general.edit_reports * general.edit_sla_configuration CMK-12087 Change-Id: I6506af73bd01b0e5078b941297f67fa411137b26
- Loading branch information
Showing
2 changed files
with
72 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Title: Mega menu: Hide "Customize" menu and menu items for users with no permission | ||
Class: feature | ||
Compatible: compat | ||
Component: wato | ||
Date: 1698216784 | ||
Edition: cre | ||
Level: 1 | ||
Version: 2.3.0b1 | ||
|
||
Before this Werk, users without permissions to access the "Customize" menu could still see it in the mega menu, | ||
and then when accessing it they would get an error message. This Werk fixes that behaviour by hiding the menu | ||
entries to which the user does not have access, or the entire menu in case the user does not have any | ||
customisation permissions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters