[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[4472] branches/1.3/sql/modules/Roles.sql



Revision: 4472
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4472&view=rev
Author:   einhverfr
Date:     2012-03-15 09:35:22 +0000 (Thu, 15 Mar 2012)
Log Message:
-----------
Adding draft_edit to role for draft approval

Modified Paths:
--------------
    branches/1.3/sql/modules/Roles.sql

Modified: branches/1.3/sql/modules/Roles.sql
===================================================================
--- branches/1.3/sql/modules/Roles.sql	2012-03-15 09:34:27 UTC (rev 4471)
+++ branches/1.3/sql/modules/Roles.sql	2012-03-15 09:35:22 UTC (rev 4472)
@@ -1812,6 +1812,9 @@
 -- Roles with no db permissions:
 CREATE ROLE "lsmb_<?lsmb dbname ?>__draft_edit" WITH INHERIT NOLOGIN;
 
+INSERT INTO menu_acl (node_id, acl_type, role_name)
+values (210, 'allow', 'lsmb_<?lsmb dbname ?>__draft_edit');
+
 -- CT:  The following grant is required for now, but will hopefully become less 
 -- important when we get to 1.4 and can more sensibly lock things down.
 GRANT ALL ON dpt_trans TO public;

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.