diff options
author | travis%sedsystems.ca <> | 2005-02-17 00:35:54 +0000 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-02-17 00:35:54 +0000 |
commit | 6d0103591955685c96a0a9afa527d551022c83fc (patch) | |
tree | f6b2a2868fb18a97241f59f5c586a863842ab128 /editcomponents.cgi | |
parent | Bug 277768 : Some validations are missing when editing groups (diff) | |
download | bugzilla-6d0103591955685c96a0a9afa527d551022c83fc.tar.gz bugzilla-6d0103591955685c96a0a9afa527d551022c83fc.tar.bz2 bugzilla-6d0103591955685c96a0a9afa527d551022c83fc.zip |
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 'editcomponents.cgi')
-rwxr-xr-x | editcomponents.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editcomponents.cgi b/editcomponents.cgi index 7c1ac96ca..f1d20fbd5 100755 --- a/editcomponents.cgi +++ b/editcomponents.cgi @@ -671,4 +671,4 @@ if ($action eq 'update') { # # No valid action found # -ThrowUserError('component_no_action'); +ThrowUserError('no_valid_action', {'field' => "component"}); |