summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-08-02 11:44:08 -0400
committerChristopher Burger <burgerc@freeside.biz>2017-08-16 12:40:13 -0400
commit09ae8565ecf6d252ab770e5efacd4c305103a34a (patch)
tree404ed8a11f669e43537e4e9225811d900a92ce04 /httemplate
parent0868e3d3883695b4acf8fbb0c61a08f2249af389 (diff)
RT# 73490 - updated group access right with better name, and set one time migration to update all groups.
Conflicts: FS/FS/access_right.pm
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/elements/notify-tickets.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/notify-tickets.html b/httemplate/elements/notify-tickets.html
index aebbef669..083e81512 100644
--- a/httemplate/elements/notify-tickets.html
+++ b/httemplate/elements/notify-tickets.html
@@ -14,7 +14,7 @@
use Class::Load 'load_class';
my $enabled = $FS::TicketSystem::system eq 'RT_Internal';
-$enabled = 0 if $FS::CurrentUser::CurrentUser->access_right('not an RT');
+$enabled = 0 unless $FS::CurrentUser::CurrentUser->access_right('RT activity notification');
my $UnrepliedTickets;
if ($enabled) {
my $class = 'RT::Search::UnrepliedTickets';