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."

Change History (1)

comment:1 by Zain Memon, 15 years ago

Resolution: β†’ fixed
Status: new β†’ closed

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.

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