#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)
Change History (7)
comment:1 by , 19 years ago
milestone: | → Version 1.0 |
---|
comment:2 by , 19 years ago
Summary: | Remove edit_inline_type / edit_inline verbosity → [Patch] Remove edit_inline_type / edit_inline verbosity |
---|
by , 19 years ago
Attachment: | edit-inline.diff added |
---|
edit_inline is implicitly True when edit_inline_type is provided
comment:3 by , 19 years ago
Status: | new → assigned |
---|
comment:4 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 by , 18 years ago
Type: | defect |
---|
Note:
See TracTickets
for help on using tickets.
I think the attached patch fixes this problem.