#19609 closed Bug (fixed)
admin Inlines doesn't display help_text for readonly fields
Reported by: | Marc Aymerich | Owned by: | Wiktor |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Normal | Keywords: | admin inline help_text readonly |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | yes |
Description
Admin inlines doesn't display help_text for readonly fields
Attachments (1)
Change History (12)
by , 12 years ago
Attachment: | 19609.diff added |
---|
comment:1 by , 12 years ago
Has patch: | set |
---|---|
Type: | Uncategorized → Bug |
comment:2 by , 12 years ago
comment:3 by , 12 years ago
Easy pickings: | set |
---|
comment:4 by , 12 years ago
UI/UX: | set |
---|
comment:5 by , 12 years ago
Version: | 1.5-beta-1 → master |
---|
comment:6 by , 12 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:7 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:8 by , 12 years ago
I've applied and tested provided patch.
All tests pass.
Pull request is here:
comment:10 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
The provided patch 19609.diff fixes the issue and also has tests.