diff options
author | dklawren <dklawren@users.noreply.github.com> | 2018-05-24 22:33:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-24 22:33:28 +0200 |
commit | dbed2a62025d93c1c40eea35f44f5044ece36008 (patch) | |
tree | b95b00db3f02900d50f6ac8939eee371ae50f015 /extensions/PhabBugz/template | |
parent | 077878d97b727daeb09fd61162099a458242cd7f (diff) | |
download | bugzilla-dbed2a62025d93c1c40eea35f44f5044ece36008.tar.gz bugzilla-dbed2a62025d93c1c40eea35f44f5044ece36008.tar.xz |
Bug 1462685 - Use Phabricators Draft functionality to allow sending of initial revision email after BMO has updated the policies
Diffstat (limited to 'extensions/PhabBugz/template')
-rw-r--r-- | extensions/PhabBugz/template/en/default/hook/global/user-error-errors.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/PhabBugz/template/en/default/hook/global/user-error-errors.html.tmpl b/extensions/PhabBugz/template/en/default/hook/global/user-error-errors.html.tmpl index f1366e7b6..0274f72ce 100644 --- a/extensions/PhabBugz/template/en/default/hook/global/user-error-errors.html.tmpl +++ b/extensions/PhabBugz/template/en/default/hook/global/user-error-errors.html.tmpl @@ -22,6 +22,10 @@ [% title = "Invalid Phabricator Revision ID" %] You must provide a valid Phabricator revision ID. +[% ELSIF error == "invalid_phabricator_build_target" %] + [% title = "Invalid Phabricator Build Target" %] + You must provide a valid Phabricator Build Target PHID. + [% ELSIF error == "phabricator_not_enabled" %] [% title = "Phabricator Support Not Enabled" %] The Phabricator to Bugzilla library, PhabBugz, |