summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-05-27 06:18:43 +0200
committerByron Jones <glob@mozilla.com>2015-05-27 06:18:43 +0200
commitad9f924253079bdd95721dcede870eae4c07dc61 (patch)
tree4df6df4fa3d95de3c1c6eaf4e2ddad5edf67e821 /extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
parent7810a125c419a6b091fd77aa67de03587eda26c7 (diff)
downloadbugzilla-ad9f924253079bdd95721dcede870eae4c07dc61.tar.gz
bugzilla-ad9f924253079bdd95721dcede870eae4c07dc61.tar.xz
Bug 1162854: hitting back after making an edit should keep edit mode open
Diffstat (limited to 'extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl1
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 67c94f499..ba3973bcf 100644
--- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
@@ -130,6 +130,7 @@
<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="editing" id="editing" value="">
<input type="hidden" name="token" value="[% issue_hash_token([bug.id, bug.delta_ts]) FILTER html %]">
[% END %]