Closed Bug 714523 Opened 14 years ago Closed 12 years ago

editversions.cgi should use ->set_all

Categories

(Bugzilla :: Administration, task)

task
Not set
normal

Tracking

()

RESOLVED FIXED
Bugzilla 5.0

People

(Reporter: bugzilla-mozilla, Assigned: sjoshi)

Details

Attachments

(1 file, 2 obsolete files)

Attached patch Patch v1 (obsolete) — Splinter Review
No description provided.
Attachment #585208 - Flags: review?(LpSolit)
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)
Attached patch Patch-v1 (obsolete) — Splinter Review
Assignee: bugzilla-mozilla → joshi_sunil
Attachment #585208 - Attachment is obsolete: true
Attachment #805035 - Flags: review?(simon)
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-
Attached patch Patch-v2Splinter Review
Attachment #805035 - Attachment is obsolete: true
Attachment #805043 - Flags: review?(simon)
Attachment #805043 - Flags: review?(simon) → review+
Flags: approval?
Target Milestone: --- → Bugzilla 5.0
Flags: approval? → approval+
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.

Attachment

General

Creator:
Created:
Updated:
Size: