[Rt-commit] rt branch, 4.0/rt-class-modifyacl-label, created. rt-4.0.8-347-g2167f43
Todd Wade
todd at bestpractical.com
Tue Jan 8 12:29:37 EST 2013
The branch, 4.0/rt-class-modifyacl-label has been created
at 2167f43f2331a627741e9b427a8016321cc2d43b (commit)
- Log -----------------------------------------------------------------
commit 2167f43f2331a627741e9b427a8016321cc2d43b
Author: Todd Wade <todd at bestpractical.com>
Date: Tue Jan 8 12:28:08 2013 -0500
update ModifyACL description in RT::Class
trs: for #21054 I believe your first intuition was correct; it's just changing the copy
diff --git a/lib/RT/Class.pm b/lib/RT/Class.pm
index 3906b9f..65b5e63 100644
--- a/lib/RT/Class.pm
+++ b/lib/RT/Class.pm
@@ -94,7 +94,7 @@ $RIGHTS = {
AdminClass => 'Modify metadata and custom fields for this class', #loc_pair
AdminTopics => 'Modify topic hierarchy associated with this class', #loc_pair
ShowACL => 'Display Access Control List', #loc_pair
- ModifyACL => 'Modify Access Control List', #loc_pair
+ ModifyACL => 'Create, modify and delete Access Control List entries', #loc_pair
DeleteArticle => 'Delete articles in this class', #loc_pair
};
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list