summaryrefslogtreecommitdiffstats
path: root/editmilestones.cgi
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-02-17 01:35:54 +0100
committertravis%sedsystems.ca <>2005-02-17 01:35:54 +0100
commit6d0103591955685c96a0a9afa527d551022c83fc (patch)
treef6b2a2868fb18a97241f59f5c586a863842ab128 /editmilestones.cgi
parent8a225c2784f6343cd3958b2baabab5d462b46310 (diff)
downloadbugzilla-6d0103591955685c96a0a9afa527d551022c83fc.tar.gz
bugzilla-6d0103591955685c96a0a9afa527d551022c83fc.tar.xz
Bug 281574 : Combine version_/milestone_/component_no_action errors into one.
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=LpSolit a=myk
Diffstat (limited to 'editmilestones.cgi')
-rwxr-xr-xeditmilestones.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/editmilestones.cgi b/editmilestones.cgi
index 6d47fc6af..4da121848 100755
--- a/editmilestones.cgi
+++ b/editmilestones.cgi
@@ -594,4 +594,4 @@ if ($action eq 'update') {
#
# No valid action found
#
-ThrowUserError('milestone_no_action');
+ThrowUserError('no_valid_action', {'field' => "target_milestone"});