From a0cca72a0fd0fdd541f39946ce06df59a96a068e Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 9 Nov 2020 13:36:44 -0800 Subject: ACL for hardware class config, RT#85057 --- httemplate/elements/menu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/elements') diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 88c8e4c41..ba633e5d8 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -689,7 +689,7 @@ $config_export_svc{'Circuits'} = [ \%config_circuit, '' ] $config_export_svc{'Fiber'} = [ \%config_fiber, '' ] if $curuser->access_right('Configuration'); $config_export_svc{'Hardware types'} = [ $fsurl.'browse/hardware_class.html', 'Set up hardware type catalog' ] - if $curuser->access_right('Configuration'); + if $curuser->access_right('Edit hardware classes and types'); tie my %config_pkg_reason, 'Tie::IxHash', 'Cancel reasons' => [ $fsurl.'browse/reason_type.html?class=C', 'Cancel reasons explain why a service was cancelled.' ], -- cgit v1.2.1