Skip to content

Commit

Permalink
feature: added new section in applications access [WTEL-4195]
Browse files Browse the repository at this point in the history
  • Loading branch information
lizacoma committed Feb 19, 2024
1 parent b582b40 commit a046522
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/modules/Userinfo/classes/ApplicationsAccess.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ const applicationsAccess = (value = true) => ({
_enabled: value,
_locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.CONFIGURATION}`,
},
[AdminSections.GLOBAL_VARIABLES]: {
_enabled: value,
_locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.GLOBAL_VARIABLES}`,
},
},
[WebitelApplications.AUDIT]: {
_enabled: value,
Expand Down

0 comments on commit a046522

Please sign in to comment.