User tests: Successful: Unsuccessful:
Pull Request for Issue #24814.
Adds missing filter fields.
Paste this snippet in administrator/components/com_content/tmpl/articles/default.php or administrator/components/com_content/tmpl/featured/default.php:
var_dump($this->activeFilters);
Go to articles or featured view. Under Filter Options filter by Condition or by Stage. Inspect the output of the code snippet.
Array with filter value, e.g.
array(1) { ["condition"]=> string(1) "1" }
Empty array.
No.
| Status | New | ⇒ | Pending |
| Category | ⇒ | Administration com_content |
oops - sry.
I have tested this item
I have tested this item
| Status | Pending | ⇒ | Ready to Commit |
RTC
| Labels |
Added:
?
|
||
| Status | Ready to Commit | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-07-23 18:31:37 |
| Closed_By | ⇒ | wilsonge | |
| Labels |
Added:
?
|
||
Thanks!
Could you test this PR? https://issues.joomla.org/tracker/joomla-cms/24864
It should resolve the empty filter.
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/25183.