Closed
Bug 522396
Opened 15 years ago
Closed 15 years ago
Bugzilla::Product->create should do better with missing input fields
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.6
People
(Reporter: mkanat, Assigned: mkanat)
References
Details
(Whiteboard: [es-lambda])
Attachments
(1 file)
1.08 KB,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
Right now, Bugzilla::Product->create gets rather confused if you leave out the classification and defaultmilestone parameters, when we in fact already workable database defaults for these fields.
Assignee | ||
Comment 1•15 years ago
|
||
Assignee | ||
Updated•15 years ago
|
Whiteboard: [es-lambda]
Assignee | ||
Updated•15 years ago
|
Blocks: bz-migrate
![]() |
||
Comment 2•15 years ago
|
||
Looks good to me (at first glance). I can review it this week-end, if you want to.
Assignee | ||
Comment 3•15 years ago
|
||
(In reply to comment #2)
> Looks good to me (at first glance). I can review it this week-end, if you want
> to.
Yeah, sure. If dkl doesn't get to it before then, go ahead.
Comment 4•15 years ago
|
||
Comment on attachment 406365 [details] [diff] [review]
v1
Looks good and works as expected. r=dkl
Attachment #406365 -
Flags: review?(dkl) → review+
Assignee | ||
Updated•15 years ago
|
Flags: approval+
Assignee | ||
Comment 5•15 years ago
|
||
Checking in Bugzilla/Product.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Product.pm,v <-- Product.pm
new revision: 1.39; previous revision: 1.38
done
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•