diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-06-16 20:47:59 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-06-16 20:47:59 -0700 |
commit | 1bed417ccae59ae7cb9879f35b356ae4716f6ff2 (patch) | |
tree | 47aff1603479eba2cdab9c47c2aa066362491a98 /FS/FS | |
parent | f251853b702c5886659d4e0fadc67f52e1369d90 (diff) |
disable virtual field access by default until it is working, RT#35178
Diffstat (limited to 'FS/FS')
-rw-r--r-- | FS/FS/AccessRight.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index 95e7aeab8..1609f085f 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -405,6 +405,8 @@ tie my %rights, 'Tie::IxHash', #{ rightname=>'Edit employees', global=>1, }, #{ rightname=>'Edit employee groupss', global=>1, }, + { rightname=>'Edit custom fields', global=>1 }, + { rightname=>'Configuration', global=>1 }, #most of the rest of the configuraiton is not agent-virtualized { rightname=>'Configuration download', }, #description of how it affects |