X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Flib%2FRT%2FSystem.pm;h=af7a22bbb22244b38fd03cc338d7402736dcad9a;hp=388a1fd6ec096a62a58df9e8d9427069b983369c;hb=7c5f50804027577aac17d0fcefedcd0d0b6ca180;hpb=bcfa8b9c306cc871b5851d7c07ef0759eb1bcb31 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