diff options
author | Sebastin Santy <sebastinssanty@gmail.com> | 2017-07-11 22:25:20 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-07-11 22:25:20 +0200 |
commit | bd10e74fa55e2062416fc193db76b73174398624 (patch) | |
tree | 9902d5e3ca2d1137f14fda2c81d861981e38f114 | |
parent | 7f3a2e5bad8f4aea1320fd59da3b2355522c2cac (diff) | |
download | bugzilla-bd10e74fa55e2062416fc193db76b73174398624.tar.gz bugzilla-bd10e74fa55e2062416fc193db76b73174398624.tar.xz |
Bug 1379483 - Required fields in bug_modal
-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 5ece78805..365370d50 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -220,6 +220,7 @@ field_type = constants.FIELD_TYPE_FREETEXT hide_on_view = 1 help = "https://wiki.mozilla.org/BMO/UserGuide/BugFields#short_desc" + required = 1 %] [%# status summary %] |