diff options
author | lpsolit%gmail.com <> | 2005-09-07 08:53:58 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-09-07 08:53:58 +0200 |
commit | e679c1864efe76002b2b202dfbaa42acbba516a0 (patch) | |
tree | f83e6884254e172c060cb1daf6002c4325e39900 /template/en/default/global | |
parent | 3223b9f1872063b0c1ba864880449e40c68d590d (diff) | |
download | bugzilla-e679c1864efe76002b2b202dfbaa42acbba516a0.tar.gz bugzilla-e679c1864efe76002b2b202dfbaa42acbba516a0.tar.xz |
Bug 301743: Replace old code from editcomponents.cgi by methods and routines from Component.pm and Product.pm - Patch by Tiago R. Mello <timello@gmail.com> r=LpSolit a=justdave
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index b339ccc85..34340fc41 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -288,16 +288,6 @@ [% title = "Component Requires Default Assignee" %] You must enter a default assignee for component '[% name FILTER html %]'. - [% ELSIF error == "component_need_valid_initialowner" %] - [% title = "Component Requires A Valid Default Assignee" %] - You must use an existing [% terms.Bugzilla %] account as the default assignee for - component '[% name FILTER html %]'. - - [% ELSIF error == "component_need_valid_initialqacontact" %] - [% title = "Component Requires A Valid Default QA Contact" %] - You must use an existing [% terms.Bugzilla %] account as default QA contact for - component '[% name FILTER html %]'. - [% ELSIF error == "product_not_specified" %] [% title = "No Product Specified" %] No product specified when trying to edit components, milestones or |