From dbed2a62025d93c1c40eea35f44f5044ece36008 Mon Sep 17 00:00:00 2001 From: dklawren Date: Thu, 24 May 2018 16:33:28 -0400 Subject: Bug 1462685 - Use Phabricators Draft functionality to allow sending of initial revision email after BMO has updated the policies --- .../template/en/default/hook/global/user-error-errors.html.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extensions/PhabBugz/template/en') 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, -- cgit v1.2.3-24-g4f1b