Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
58cee6fc
Commit
58cee6fc
authored
Sep 26, 2003
by
justdave%syndicomm.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 76157: Give proper error message on non-numeric sortkey when editing milestones.
Patch by jocuri@softhome.net (Vlad Dascalu) r=kiko, a=justdave
parent
e53b0f67
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
editmilestones.cgi
editmilestones.cgi
+6
-0
No files found.
editmilestones.cgi
View file @
58cee6fc
...
...
@@ -295,6 +295,12 @@ if ($action eq 'new') {
PutTrailer
(
$localtrailer
);
exit
;
}
if
(
$sortkey
!~
/^[0-9]+$/
)
{
print
"The sortkey for a milestone must be a number. Please press\n"
;
print
"<b>Back</b> and try again.\n"
;
PutTrailer
(
$localtrailer
);
exit
;
}
if
(
TestMilestone
(
$product
,
$milestone
))
{
print
"The milestone '$milestone' already exists. Please press\n"
;
print
"<b>Back</b> and try again.\n"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment