From 5665dc8243598e7ca6567719b6e91efcfbbea209 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Tue, 1 Aug 2017 13:53:42 -0400 Subject: RT # 73490 - removed global conf and user pref check for hide tickets and added group access control. --- FS/FS/AccessRight.pm | 4 ++++ FS/FS/Conf.pm | 7 ------- 2 files changed, 4 insertions(+), 7 deletions(-) (limited to 'FS') diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index 9649e5e0c..6b2dc4a7b 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -362,6 +362,10 @@ tie my %rights, 'Tie::IxHash', { rightname=>'Employee preference telephony integration' }, #] + #'RT preference rights' => [ + { rightname=>'not an RT' }, + #] + ], ### diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index a0b9a9cde..d41cc741b 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -5304,13 +5304,6 @@ and customer address. Include units.', 'type' => 'checkbox', }, - { - 'key' => 'rt-hide_activity_notification', - 'section' => 'ticketing', - 'description' => 'Hide the notification box when there is activity on tickets', - 'type' => 'checkbox', - }, - { 'key' => 'pkg-balances', 'section' => 'packages', -- cgit v1.2.1