Skip to content

Commit

Permalink
Grant privileged users global-level SeeSavedSearch right on upgrade
Browse files Browse the repository at this point in the history
We updated initialdata, but missed this upgrade step.
  • Loading branch information
sunnavy committed Nov 27, 2024
1 parent ff361b4 commit 236a6a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions etc/upgrade/5.9.4/content
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
use strict;
use warnings;

our @ACL = (
{ GroupDomain => 'SystemInternal',
GroupType => 'Privileged',
Right => 'SeeSavedSearch',
},
);

our @Final = (
sub {
my $org = RT->Config->Get('Organization');
Expand Down

0 comments on commit 236a6a5

Please sign in to comment.