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 11:56:33 -0400
commit2f455001bfc3c9e82d8147722fd44a4ffea80963 (patch)
tree3e56982faa21bdae26ed730c788abd21f6368efe /httemplate
parent403aa327f1b10b37dcac39f6cf6ab1f89dcef7f6 (diff)
RT# 73490 - updated group access right with better name, and set one time migration to update all groups.
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 ce367deeb..b2541f0e7 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';