X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Flib%2FRT%2FSystem.pm;h=2777f10e4ea8b399cc518ea11e608e2c4bac1ecd;hp=994825d629a738714faff1407015183a8788bf6b;hb=44dd00a3ff974a17999e86e64488e996edc71e3c;hpb=026dc7ad72ba972f230b6709e31fa64397d75ad4 diff --git a/rt/lib/RT/System.pm b/rt/lib/RT/System.pm index 994825d62..2777f10e4 100644 --- a/rt/lib/RT/System.pm +++ b/rt/lib/RT/System.pm @@ -2,7 +2,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2019 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -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