? ? Pending

User tests: Successful: Unsuccessful:

avatar SharkyKZ
SharkyKZ
12 Jun 2019

Pull Request for Issue #24814.

Summary of Changes

Adds missing filter fields.

Testing Instructions

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.

Expected result

Array with filter value, e.g.

array(1) { ["condition"]=> string(1) "1" } 

Actual result

Empty array.

Documentation Changes Required

No.

avatar SharkyKZ SharkyKZ - open - 12 Jun 2019
avatar SharkyKZ SharkyKZ - change - 12 Jun 2019
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 12 Jun 2019
Category Administration com_content
avatar SharkyKZ SharkyKZ - change - 12 Jun 2019
The description was changed
avatar SharkyKZ SharkyKZ - edited - 12 Jun 2019
avatar SharkyKZ SharkyKZ - change - 12 Jun 2019
The description was changed
avatar SharkyKZ SharkyKZ - edited - 12 Jun 2019
avatar SharkyKZ SharkyKZ - change - 12 Jun 2019
The description was changed
avatar SharkyKZ SharkyKZ - edited - 12 Jun 2019
avatar chmst
chmst - comment - 12 Jun 2019

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.

avatar SharkyKZ
SharkyKZ - comment - 12 Jun 2019

@chmst your PR is for com_workflows (and has already been merged). This one is for com_content.

avatar chmst
chmst - comment - 12 Jun 2019

oops - sry.

avatar Quy
Quy - comment - 12 Jun 2019

I have tested this item successfully on ed49959


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/25183.

avatar Quy Quy - test_item - 12 Jun 2019 - Tested successfully
avatar brianteeman
brianteeman - comment - 17 Jul 2019

I have tested this item successfully on ed49959


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/25183.

avatar brianteeman brianteeman - test_item - 17 Jul 2019 - Tested successfully
avatar Quy Quy - change - 17 Jul 2019
Status Pending Ready to Commit
avatar Quy
Quy - comment - 17 Jul 2019

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/25183.

avatar wilsonge wilsonge - change - 23 Jul 2019
Labels Added: ?
avatar wilsonge wilsonge - change - 23 Jul 2019
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: ?
avatar wilsonge wilsonge - close - 23 Jul 2019
avatar wilsonge wilsonge - merge - 23 Jul 2019
avatar wilsonge
wilsonge - comment - 23 Jul 2019

Thanks!

Add a Comment

Login with GitHub to post a comment