RT 4.2.11, ticket#13852
[freeside.git] / rt / share / html / Admin / CustomFields / GroupRights.html
index 2e0b5b0..96024d7 100644 (file)
@@ -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));
 </%INIT>
 
 <%ARGS>