[freeside-commits] freeside/httemplate/elements menu.html, 1.91, 1.92
Ivan,,,
ivan at wavetail.420.am
Thu Jul 22 09:47:45 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv8731/httemplate/elements
Modified Files:
menu.html
Log Message:
allow Configuration ACL to edit templates, RT#8324
Index: menu.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/menu.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -w -d -r1.91 -r1.92
--- menu.html 22 Jul 2010 00:11:56 -0000 1.91
+++ menu.html 22 Jul 2010 16:47:43 -0000 1.92
@@ -475,7 +475,8 @@
tie my %config_misc, 'Tie::IxHash';
$config_misc{'Message templates'} = [ $fsurl.'browse/msg_template.html', 'Templates for customer notices' ]
if $curuser->access_right('Edit templates')
- || $curuser->access_right('Edit global templates');
+ || $curuser->access_right('Edit global templates')
+ || $curuser->access_right('Configuration');
$config_misc{'Tags'} = [ $fsurl.'browse/part_tag.html', '' ]
if $curuser->access_right('Configuration');
$config_misc{'Advertising sources'} = [ $fsurl.'browse/part_referral.html', 'Where a customer heard about your service.' ]
More information about the freeside-commits
mailing list