* Remove code for plugin.

This commit is contained in:
chencongzhi520@gmail.com
2012-06-08 08:18:09 +00:00
parent 6bdeb145eb
commit d22fe5d2ad
+1 -21
View File
@@ -1548,16 +1548,6 @@ INSERT INTO `zt_groupPriv` (`company`, `group`, `module`, `method`) VALUES
(1, 3, 'my', 'changePassword'),
(1, 4, 'my', 'changePassword'),
(1, 5, 'my', 'changePassword'),
(1, 1, 'todo', 'batchEdit'),
(1, 2, 'todo', 'batchEdit'),
(1, 3, 'todo', 'batchEdit'),
(1, 4, 'todo', 'batchEdit'),
(1, 5, 'todo', 'batchEdit'),
(1, 1, 'story', 'batchEdit'),
(1, 2, 'story', 'batchEdit'),
(1, 3, 'story', 'batchEdit'),
(1, 4, 'story', 'batchEdit'),
(1, 5, 'story', 'batchEdit'),
(1, 1, 'story', 'batchClose'),
(1, 2, 'story', 'batchClose'),
(1, 3, 'story', 'batchClose'),
@@ -1567,14 +1557,4 @@ INSERT INTO `zt_groupPriv` (`company`, `group`, `module`, `method`) VALUES
(1, 2, 'task', 'batchEdit'),
(1, 3, 'task', 'batchEdit'),
(1, 4, 'task', 'batchEdit'),
(1, 5, 'task', 'batchEdit'),
(1, 1, 'bug', 'batchEdit'),
(1, 2, 'bug', 'batchEdit'),
(1, 3, 'bug', 'batchEdit'),
(1, 4, 'bug', 'batchEdit'),
(1, 5, 'bug', 'batchEdit'),
(1, 1, 'testcase', 'batchEdit'),
(1, 2, 'testcase', 'batchEdit'),
(1, 3, 'testcase', 'batchEdit'),
(1, 4, 'testcase', 'batchEdit'),
(1, 5, 'testcase', 'batchEdit');
(1, 5, 'task', 'batchEdit');