[freeside-commits] freeside/httemplate/edit/process msg_template.html, 1.1, 1.2
Ivan,,,
ivan at wavetail.420.am
Thu Jul 22 09:47:45 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv8731/httemplate/edit/process
Modified Files:
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/process/msg_template.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- msg_template.html 12 Jul 2010 13:17:45 -0000 1.1
+++ msg_template.html 22 Jul 2010 16:47:43 -0000 1.2
@@ -7,6 +7,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