[freeside-commits] freeside/httemplate/elements menu.html, 1.68.2.7, 1.68.2.8

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


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

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	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.68.2.7
retrieving revision 1.68.2.8
diff -u -w -d -r1.68.2.7 -r1.68.2.8
--- menu.html	15 Jul 2010 21:47:03 -0000	1.68.2.7
+++ menu.html	22 Jul 2010 16:43:37 -0000	1.68.2.8
@@ -418,7 +418,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.  Tracked for informational purposes' ]



More information about the freeside-commits mailing list