diff options
author | Byron Jones <glob@mozilla.com> | 2015-05-07 06:27:43 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-05-07 06:27:43 +0200 |
commit | 54fb248d58c8db0082c4d034912c325ae0d0acaf (patch) | |
tree | 21a61f652401c45809ac68f1a715c94f26624510 /extensions/BugModal | |
parent | 239c60d1328ef221421bdd1a9bc28467fbe4077a (diff) | |
download | bugzilla-54fb248d58c8db0082c4d034912c325ae0d0acaf.tar.gz bugzilla-54fb248d58c8db0082c4d034912c325ae0d0acaf.tar.xz |
Bug 1161567: always show the intermediate confirmation page when not using the modal view
Diffstat (limited to 'extensions/BugModal')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl index 57afb2cfe..d9f79a305 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -129,6 +129,7 @@ <input type="hidden" name="delta_ts" value="[% bug.delta_ts FILTER html %]"> <input type="hidden" name="longdesclength" value="[% bug.comments.size FILTER html %]"> <input type="hidden" name="id" id="bug_id" value="[% bug.bug_id FILTER html %]"> + <input type="hidden" name="format" value="modal"> <input type="hidden" name="token" value="[% issue_hash_token([bug.id, bug.delta_ts]) FILTER html %]"> [% END %] |