diff options
author | Ivan Kohler <ivan@freeside.biz> | 2020-11-09 13:36:41 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2020-11-09 13:36:41 -0800 |
commit | 20f03d52cc6c930f610c0b4466eeeeda54fdbb40 (patch) | |
tree | 899d739f54ab6d04ac455d28f2d8b01a29a31a80 /httemplate/elements | |
parent | 4d4171d7ad39732b07839d90e1d74b9f84772d45 (diff) |
ACL for hardware class config, RT#85057
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/menu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 091ec1245..f6fc25498 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -693,7 +693,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.' ], |