Opened 15 years ago
Closed 15 years ago
#11718 closed (fixed)
When there is an error in a SelectorInline, there is no way to tell which inline has the error
Reported by: | Zain Memon | Owned by: | Zain Memon |
---|---|---|---|
Component: | contrib.admin | Version: | soc2009/admin-ui |
Severity: | Keywords: | admin-ui | |
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 a nested selector inline has an error and the page is submitted, it will come back with a generic error at the top, then itβs time to play "find the nested error."
Note:
See TracTickets
for help on using tickets.
In r11461:
[soc2009/admin-ui] Fix for ticket #11718: "When there is an error in a SelectorInline?, there is no way to tell which inline has the error"
The selector with the error is now highlighted and selected on reload.