[freeside-commits] freeside/httemplate/edit msg_template.html, 1.1.2.3, 1.1.2.4

Ivan,,, ivan at wavetail.420.am
Thu Jul 22 09:43:39 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv8404/httemplate/edit

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	msg_template.html 
Log Message:
allow Configuration ACL to edit templates, RT#8324

Index: msg_template.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/msg_template.html,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -w -d -r1.1.2.3 -r1.1.2.4
--- msg_template.html	13 Jul 2010 11:09:53 -0000	1.1.2.3
+++ msg_template.html	22 Jul 2010 16:43:37 -0000	1.1.2.4
@@ -17,6 +17,7 @@
 
 die "access denied"
   unless $FS::CurrentUser::CurrentUser->access_right('Edit templates')
-  ||     $FS::CurrentUser::CurrentUser->access_right('Edit global templates');
+  ||     $FS::CurrentUser::CurrentUser->access_right('Edit global templates')
+  ||     $FS::CurrentUser::CurrentUser->access_right('Configuration');
 
 </%init>



More information about the freeside-commits mailing list