summaryrefslogtreecommitdiffstats
path: root/extensions/OrangeFactor/Extension.pm
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/OrangeFactor/Extension.pm')
-rw-r--r--extensions/OrangeFactor/Extension.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/extensions/OrangeFactor/Extension.pm b/extensions/OrangeFactor/Extension.pm
index 14d500ba0..5e9698718 100644
--- a/extensions/OrangeFactor/Extension.pm
+++ b/extensions/OrangeFactor/Extension.pm
@@ -23,7 +23,9 @@ sub template_before_process {
my $user = Bugzilla->user;
return unless ($file eq 'bug/show-header.html.tmpl'
- || $file eq 'bug/edit.html.tmpl');
+ || $file eq 'bug/edit.html.tmpl'
+ || $file eq 'bug_modal/header.html.tmpl'
+ || $file eq 'bug_modal/edit.html.tmpl');
return unless ($user->id
&& $user->settings->{'orange_factor'}->{'value'} eq 'on');