diff options
author | Mark Wells <mark@freeside.biz> | 2016-11-27 16:43:19 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-11-27 21:14:25 -0800 |
commit | 7c5f50804027577aac17d0fcefedcd0d0b6ca180 (patch) | |
tree | 68273b26685ca221d44ef95511ded74ecc589e6e /rt/lib/RT/System.pm | |
parent | bcfa8b9c306cc871b5851d7c07ef0759eb1bcb31 (diff) |
add RT ACL for bulk updating tickets, #72964
Conflicts:
rt/lib/RT/System.pm
Diffstat (limited to 'rt/lib/RT/System.pm')
-rw-r--r-- | rt/lib/RT/System.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rt/lib/RT/System.pm b/rt/lib/RT/System.pm index 388a1fd6e..af7a22bbb 100644 --- a/rt/lib/RT/System.pm +++ b/rt/lib/RT/System.pm @@ -92,6 +92,9 @@ __PACKAGE__->AddRight( General => LoadSavedSearch => 'Allow loading of saved __PACKAGE__->AddRight( General => CreateSavedSearch => 'Allow creation of saved searches'); # loc __PACKAGE__->AddRight( Admin => ExecuteCode => 'Allow writing Perl code in templates, scrips, etc'); # loc +#freeside +__PACKAGE__->AddRight( Staff => BulkUpdateTickets => 'Bulk update tickets'); + =head2 AvailableRights Returns a hashref of available rights for this object. The keys are the |