Opened 5 years ago

Closed 5 years ago

#30357 closed Bug (needsinfo)

Admin of app does not recognize Foreign_key field

Reported by: ReadMost Owned by: nobody
Component: Uncategorized Version: 2.2
Severity: Normal Keywords: admin hide foreign_key
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

if you look in the raw HTML source you'll find the field was always there - it's just that:

Django tries to be clever and put the form field inside a div with CSS class="form-row $FIELD_NAME",
The field's name was "cadastre", so the CSS class was "form-row cadastre",
...APP Plus.
Adblock Plus will hide anything with the CSS class "cadastre", along with a lot of other CSS classes.

Change History (1)

comment:1 by Mariusz Felisiak, 5 years ago

Resolution: needsinfo
Status: newclosed

It is really hard to find out where is an issue from the ticket description. This looks like a support question, please use one of support channels.

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