diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-12-06 16:15:42 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-12-06 16:15:42 -0800 |
commit | ecd038f7ae5c1ffc929f3c928ecd161eeb45d9be (patch) | |
tree | 447a3c6b5c23bff660a97a57ebe27b672f408aa0 /rt/lib/RT/System.pm | |
parent | 606df68b2e1c2ee977aba90f3d738237dc23a61c (diff) | |
parent | 319dfa0901a8bc9897e700390d3e97128d155819 (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
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 |