summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-08-01 13:53:42 -0400
committerChristopher Burger <burgerc@freeside.biz>2017-08-16 12:27:19 -0400
commit0868e3d3883695b4acf8fbb0c61a08f2249af389 (patch)
tree72a0080b7d334321cc5bdad479e62523bfd47009 /FS
parentab8fb59e7a48c6487ae36493928a5f7f558a61eb (diff)
RT # 73490 - removed global conf and user pref check for hide tickets and added group access control.
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/AccessRight.pm4
-rw-r--r--FS/FS/Conf.pm7
2 files changed, 4 insertions, 7 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm
index ededf9efd..40b5b37c6 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 967468b39..77add5d97 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -5619,13 +5619,6 @@ and customer address. Include units.',
},
{
- 'key' => 'rt-hide_activity_notification',
- 'section' => 'ticketing',
- 'description' => 'Hide the notification box when there is activity on tickets',
- 'type' => 'checkbox',
- },
-
- {
'key' => 'pkg-balances',
'section' => 'billing',
'description' => 'Enable per-package balances.',