diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2020-11-09 13:36:47 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2020-11-09 13:36:47 -0800 |
| commit | 2d4b04cdc9c7db210398bf55abce5d5ee3a899e3 (patch) | |
| tree | aeaaf1f7baeb18e7d69fbe7f8d611c560c0be3bc /httemplate/edit/process | |
| parent | c855c5c3137c69bba8e801d14fcbe6821accd2ce (diff) | |
ACL for hardware class config, RT#85057
Diffstat (limited to 'httemplate/edit/process')
| -rw-r--r-- | httemplate/edit/process/hardware_class.html | 2 | ||||
| -rw-r--r-- | httemplate/edit/process/hardware_status.html | 2 | ||||
| -rw-r--r-- | httemplate/edit/process/hardware_type.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/edit/process/hardware_class.html b/httemplate/edit/process/hardware_class.html index 64bc72efe..54e2af694 100644 --- a/httemplate/edit/process/hardware_class.html +++ b/httemplate/edit/process/hardware_class.html @@ -6,6 +6,6 @@ <%init> die "access denied" - unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + unless $FS::CurrentUser::CurrentUser->access_right('Edit hardware classes and types'); </%init> diff --git a/httemplate/edit/process/hardware_status.html b/httemplate/edit/process/hardware_status.html index 61f02e215..d790eb5ba 100644 --- a/httemplate/edit/process/hardware_status.html +++ b/httemplate/edit/process/hardware_status.html @@ -6,6 +6,6 @@ <%init> die "access denied" - unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + unless $FS::CurrentUser::CurrentUser->access_right('Edit hardware classes and types'); </%init> diff --git a/httemplate/edit/process/hardware_type.html b/httemplate/edit/process/hardware_type.html index 52787011c..954e76d03 100644 --- a/httemplate/edit/process/hardware_type.html +++ b/httemplate/edit/process/hardware_type.html @@ -6,6 +6,6 @@ <%init> die "access denied" - unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + unless $FS::CurrentUser::CurrentUser->access_right('Edit hardware classes and types'); </%init> |
