X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rt%2Fshare%2Fhtml%2FAdmin%2FCustomFields%2FGroupRights.html;h=96024d7a5cdb5d44d3f17fb1862082d86b13470d;hb=9aee669886202be7035e6c6049fc71bc99dd3013;hp=31c09afc007a5bdd3c960dddaba8e2efec00ef04;hpb=85e677b86fc37c54e6de2b06340351a28f5a5916;p=freeside.git diff --git a/rt/share/html/Admin/CustomFields/GroupRights.html b/rt/share/html/Admin/CustomFields/GroupRights.html index 31c09afc0..96024d7a5 100644 --- a/rt/share/html/Admin/CustomFields/GroupRights.html +++ b/rt/share/html/Admin/CustomFields/GroupRights.html @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -70,7 +70,7 @@ my @results = ProcessACLs( \%ARGS ); my $title = loc('Modify group rights for custom field [_1]', $CustomFieldObj->Name); # Principal collections -my @principals = GetPrincipalsMap($CustomFieldObj, qw(System Groups)); +my @principals = GetPrincipalsMap($CustomFieldObj, qw(System Roles Groups)); <%ARGS>