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:34 -0800 |
| commit | 2de76dd592749962a7bd3c33417ad4ebaac1f934 (patch) | |
| tree | 3d360c6db2da93e9441464e5266b0db08216179c /rt/lib/RT/System.pm | |
| parent | fd90ad324e6e19d2e51676d0be8951801731f2e7 (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 |
