Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#211 closed (fixed)

[Patch] Remove edit_inline_type / edit_inline verbosity

Reported by: Jacob Owned by: Adrian Holovaty
Component: Metasystem Version:
Severity: trivial Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

edit_inline_type and edit_inline are redundant; edit_inline_type != None implies edit_inline=True

Attachments (1)

edit-inline.diff (1.1 KB ) - added by Manuzhai 19 years ago.
edit_inline is implicitly True when edit_inline_type is provided

Download all attachments as: .zip

Change History (7)

comment:1 by Adrian Holovaty, 19 years ago

milestone: Version 1.0

comment:2 by Manuzhai, 19 years ago

Summary: Remove edit_inline_type / edit_inline verbosity[Patch] Remove edit_inline_type / edit_inline verbosity

I think the attached patch fixes this problem.

by Manuzhai, 19 years ago

Attachment: edit-inline.diff added

edit_inline is implicitly True when edit_inline_type is provided

comment:3 by Adrian Holovaty, 19 years ago

Status: newassigned

comment:4 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: assignedclosed

(In [440]) Fixed #211 -- edit_inline_type is deprecated, in favor of edit_inline itself. For example, instead of 'edit_inline=True, edit_inline_type=meta.TABULAR', use 'edit_inline=meta.TABULAR'.

comment:5 by Main, 18 years ago

Type: defect

comment:6 by (none), 17 years ago

milestone: Version 1.0

Milestone Version 1.0 deleted

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