From 395b48e2a32e90ae0edf2e45a31758dc78181f04 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 16 Jun 2015 20:47:57 -0700 Subject: disable virtual field access by default until it is working, RT#35178 --- FS/FS/AccessRight.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FS/FS/AccessRight.pm') 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 -- cgit v1.2.1