Skip to content

Commit

Permalink
[ALS-6103] FENCE_ has been changed to MANAGED_
Browse files Browse the repository at this point in the history
This aligns with our new naming convention. Privileges created by PSAMA are now MANAGED_ privileges.
  • Loading branch information
Gcolon021 committed Jul 10, 2024
1 parent 88e4a3d commit 9fd0937
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
define(['search-interface/search-util'], function(searchUtil){
let isStudyPrivilege = function(privilege){
const prefixToRemove = "PRIV_FENCE_";
const prefixToRemove = "PRIV_MANAGED_";
const study = privilege.startsWith(prefixToRemove)
? privilege.slice(prefixToRemove.length)
: privilege;
Expand Down

0 comments on commit 9fd0937

Please sign in to comment.