#736 closed defect (bug) (fixed)
Core Trac Accessibility Focus report does not show all A11y tickets
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Trac | Keywords: | |
| Cc: |
Description
I've been using the Accessibility focus report (https://core.trac.wordpress.org/focus/accessibility) to reference accessibility tickets, and I just learned that some tickets with the accessibility focus don't show up in that report.
I think this is true of any ticket with multiple focuses, so that the accessibility focus is only showing tickets that *only* have the accessibility focus.
Change History (3)
Note: See
TracTickets for help on using
tickets.
This should be now fixed.
I've updated the SQL for the report from
focus = $FOCUStofocus LIKE '%$FOCUS%'which now matches things likejavascript,accessibility(Which is how focuses are stored internally in trac)