summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/Extension.pm
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/BugModal/Extension.pm')
-rw-r--r--extensions/BugModal/Extension.pm11
1 files changed, 11 insertions, 0 deletions
diff --git a/extensions/BugModal/Extension.pm b/extensions/BugModal/Extension.pm
index 90406abca..dede1f0fa 100644
--- a/extensions/BugModal/Extension.pm
+++ b/extensions/BugModal/Extension.pm
@@ -150,6 +150,17 @@ sub template_after_create {
);
}
+sub template_before_process_wants {
+ return {
+ 'bug/process/header.html.tmpl' => 1,
+ 'bug/create/created.html.tmpl' => 1,
+ 'attachment/created.html.tmpl' => 1,
+ 'attachment/updated.html.tmpl' => 1,
+ 'bug_modal/edit.html.tmpl' => 1,
+ 'bug/show-modal.html.tmpl' => 1,
+ };
+}
+
sub template_before_process {
my ($self, $args) = @_;
my $file = $args->{file};