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