As part of the accessibility requirements of a list view it is essential that the table has a caption that describes the table, the sort order and any filters.
The first two of those are already done.
While investigating a method to do the filter part I saw that the two filters related to workflows (stage and condition) do not set the activeFilter
To test add this code to the top of the article list view
<?php $this->activeFilters = $this->get('ActiveFilters'); ?>
<?php print_r($this->activeFilters); ?>
Now when you select a filter it should be displayed by the code above.
It works perfectly for all the filters except for two filters related to workflows
| Labels |
Added:
?
|
||
| Labels |
Added:
J4 Issue
|
||
| Status | New | ⇒ | Discussion |
| Status | Discussion | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-05-12 17:38:15 |
| Closed_By | ⇒ | Quy |
| Closed_By | Quy | ⇒ | joomla-cms-bot |
Please test PR #24864
| Status | Closed | ⇒ | New |
| Closed_Date | 2019-05-12 17:38:15 | ⇒ | |
| Closed_By | joomla-cms-bot | ⇒ |
| Status | New | ⇒ | Discussion |
| Status | Discussion | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-06-12 08:15:27 |
| Closed_By | ⇒ | joomla-cms-bot |
| Closed_By | joomla-cms-bot | ⇒ | alikon |
| Labels | |||
Set to "closed" on behalf of @alikon by The JTracker Application at issues.joomla.org/joomla-cms/24814
closed as we have a pr to test
closed as we have a pr to test
Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/24814