Opened 12 years ago

Closed 12 years ago

#17820 closed Cleanup/optimization (fixed)

A few more places where duplicated handling of mgmt command options default values happens

Reported by: Ramiro Morales Owned by: nobody
Component: Core (Management commands) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Ramiro Morales)

See #13760, #10080 and #17799.

Attachments (1)

17820.diff (2.0 KB ) - added by Ramiro Morales 12 years ago.

Download all attachments as: .zip

Change History (4)

by Ramiro Morales, 12 years ago

Attachment: 17820.diff added

comment:1 by Ramiro Morales, 12 years ago

Description: modified (diff)

comment:2 by Claude Paroz, 12 years ago

Triage Stage: UnreviewedReady for checkin

comment:3 by Ramiro Morales, 12 years ago

Resolution: fixed
Status: newclosed

In [17678]:

Fixed #17820 -- Fixed more occurrences of redundant handling of management commands options.

They had been missen in the first attempts or had been introduced afterwards.

Refs #13760, #10080, #17799.

Note: See TracTickets for help on using tickets.
Back to Top