Author: jfthomps
Date: Fri May 18 18:05:00 2012
New Revision: 1340193
URL: http://svn.apache.org/viewvc?rev=1340193&view=rev
Log:
VCL-576
Finalizing for 2.3 release
update-vcl.sql - added query to update the name of a user permission from
'Manage Block Allocations' to 'Manage Block Allocations (global)'
Modified:
incubator/vcl/trunk/mysql/update-vcl.sql
Modified: incubator/vcl/trunk/mysql/update-vcl.sql
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/mysql/update-vcl.sql?rev=1340193&r1=1340192&r2=1340193&view=diff
==============================================================================
--- incubator/vcl/trunk/mysql/update-vcl.sql (original)
+++ incubator/vcl/trunk/mysql/update-vcl.sql Fri May 18 18:05:00 2012
@@ -1163,6 +1163,8 @@ INSERT IGNORE INTO `usergroupprivtype` (
(14, 'Manage Federated User Groups (global)', 'Grants the ability to control
attributes of user groups that are created through federated systems such as
LDAP and Shibboleth. Does not grant control of user group membership.'),
(15, 'Manage Federated User Groups (affiliation only)', 'Grants the ability to
control attributes of user groups that are created through federated systems
such as LDAP and Shibboleth. Does not grant control of user group membership.');
+UPDATE `usergroupprivtype` SET `name` = 'Manage Block Allocations (global)',
`help` = 'Grants the ability to create, accept, and reject block allocations
for any affiliation.' WHERE name = 'Manage Block Allocations';
+
-- --------------------------------------------------------
--