?
avatar Rajiii4u
Rajiii4u
16 Jul 2015

Steps to reproduce the issue

In article manager , while using search tools, select "category" field shows trashed category items...

Expected result

Need to list out only categories item published....

Actual result

select category field displays all category items.......

System information (as much as possible)

3.4.3

Additional comments

Issue solved on changing filter_articles.xml file

Votes

# of Users Experiencing Issue
0/1
Average Importance Score
1.00

avatar Rajiii4u Rajiii4u - open - 16 Jul 2015
avatar Rajiii4u
Rajiii4u - comment - 16 Jul 2015

it will be reolved by changing following values in form field:
path\administrator\components\com_content\models\forms\filter_articles.xml
From: " name="category_id"
type="category"
label="JOPTION_FILTER_CATEGORY"
extension="com_content"
description="JOPTION_FILTER_CATEGORY_DESC"
onchange="this.form.submit();"
published="-2,0,1,2"
>
JOPTION_SELECT_CATEGORY
"

To: " name="category_id"
type="category"
label="JOPTION_FILTER_CATEGORY"
extension="com_content"
description="JOPTION_FILTER_CATEGORY_DESC"
onchange="this.form.submit();"
published="0,1,2"
>
JOPTION_SELECT_CATEGORY
"


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

avatar Bakual
Bakual - comment - 16 Jul 2015

Since you propose a code change, can you please do a Pull Request for it? This way it can be tested easily.
See https://docs.joomla.org/Using_the_Github_UI_to_Make_Pull_Requests for how to do it.

avatar Rajiii4u Rajiii4u - change - 16 Jul 2015
The description was changed
avatar Rajiii4u Rajiii4u - change - 16 Jul 2015
Title
Category selection - administrator
Category selection - administrator
avatar spignataro
spignataro - comment - 19 Jul 2015

Please see pull request: #7470


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

avatar Bakual
Bakual - comment - 19 Jul 2015

Closing this issue as we have a PR:

avatar Bakual Bakual - change - 19 Jul 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-07-19 19:01:20
Closed_By Bakual
avatar Bakual Bakual - close - 19 Jul 2015

Add a Comment

Login with GitHub to post a comment