Closed
Bug 714523
Opened 14 years ago
Closed 12 years ago
editversions.cgi should use ->set_all
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
FIXED
Bugzilla 5.0
People
(Reporter: bugzilla-mozilla, Assigned: sjoshi)
Details
Attachments
(1 file, 2 obsolete files)
|
1.32 KB,
patch
|
mail
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #585208 -
Flags: review?(LpSolit)
Comment 1•13 years ago
|
||
Comment on attachment 585208 [details] [diff] [review]
Patch v1
Pushing this patch out of my radar till bug 714520 comment 1 is addressed. If your patch correctly works with VALIDATOR_DEPENDENCIES, please re-request review from me.
Attachment #585208 -
Flags: review?(LpSolit)
| Assignee | ||
Comment 2•12 years ago
|
||
Assignee: bugzilla-mozilla → joshi_sunil
Attachment #585208 -
Attachment is obsolete: true
Attachment #805035 -
Flags: review?(simon)
Comment 3•12 years ago
|
||
Comment on attachment 805035 [details] [diff] [review]
Patch-v1
>=== modified file 'Bugzilla/Version.pm'
>+sub set_value { $_[0]->set('value', $_[1]); }
>+sub set_isactive { $_[0]->set('isactive', $_[1]); }
Please fix the indentation.
> =item set_name
This method has been renamed set_value. So it doesn't pass tests anymore (011pod.t).
>=== modified file 'editversions.cgi'
>+ isactive=> $isactive
Whitespace needed before =>.
Attachment #805035 -
Flags: review?(simon) → review-
| Assignee | ||
Comment 4•12 years ago
|
||
Attachment #805035 -
Attachment is obsolete: true
Attachment #805043 -
Flags: review?(simon)
Updated•12 years ago
|
Attachment #805043 -
Flags: review?(simon) → review+
Updated•12 years ago
|
Flags: approval?
Target Milestone: --- → Bugzilla 5.0
Updated•12 years ago
|
Flags: approval? → approval+
Comment 5•12 years ago
|
||
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/trunk/
modified editversions.cgi
modified Bugzilla/Version.pm
Committed revision 8755.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•