Opened 12 years ago

Closed 10 years ago

#18263 closed Bug (fixed)

admin/edit_inline/tabular.html only handles hidden fields correctly in the header

Reported by: Harro Owned by: Harro
Component: contrib.admin Version: 1.4
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: yes UI/UX: no

Description

So, hidden fields arent suppost to get their own column in the tabular inlines (makes sense)
However the only thing here that get's handled properly is the header part, the actual form column part (the td's) don't add the hidden field to the first column but add their own column.

I'll be adding a patch shortly to correct this problem

Attachments (1)

18263.diff (4.6 KB ) - added by Harro 12 years ago.
Added regression test

Download all attachments as: .zip

Change History (7)

comment:1 by Harro, 12 years ago

Easy pickings: set
Has patch: set
Status: newassigned

comment:2 by Jannis Leidel, 12 years ago

Patch needs improvement: set
Triage Stage: UnreviewedAccepted

comment:3 by Julien Phalip, 12 years ago

Needs tests: set

Thanks for the patch. Could you please add some tests?

by Harro, 12 years ago

Attachment: 18263.diff added

Added regression test

comment:4 by Harro, 12 years ago

Needs tests: unset
Patch needs improvement: unset

Damn, wrote those a while ago, just didn't upload them :S

Redid them on the master so they should apply without problems.

comment:5 by Kamu, 11 years ago

Patch needs improvement: set

Tests (and perhaps the code itself) will need updating.

comment:6 by Tim Graham <timograham@…>, 10 years ago

Resolution: fixed
Status: assignedclosed

In 617aceb1b4ec97b4d70f9b3071cb46a645f69f87:

Fixed #18263 -- Corrrected handling of hidden fields in tabular admin inlines.

Thanks hvdklauw for the report and patch.

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