?
avatar mikeveeckmans
mikeveeckmans
22 Feb 2017

Steps to reproduce the issue

comcontent-filters

Expected result

In com_menu when creating new article have no filters active

Actual result

Filters set prior in com_content are active in com_menu when creating a new article by menu item

System information (as much as possible)

Additional comments

avatar mikeveeckmans mikeveeckmans - open - 22 Feb 2017
avatar joomla-cms-bot joomla-cms-bot - change - 22 Feb 2017
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 22 Feb 2017
avatar Bakual
Bakual - comment - 22 Feb 2017

I'd say this is intended behavior. The code (in this case the user states) don't care if you open an article edit view in a modal or full window, the only difference is in the layout.

avatar mikeveeckmans
mikeveeckmans - comment - 22 Feb 2017

and the component you're working in...

avatar coolcat-creations
coolcat-creations - comment - 22 Feb 2017

i remember the same thing happened when selecting a module in tinyMCE which was fixed...?

avatar Bakual
Bakual - comment - 22 Feb 2017

and the component you're working in...

It's always com_content when you open an article edit form. The code doesn't know if the modal is openened from com_menu or com_content or even an smartphone app or whatever.

You would have to either pass an additional request parameter which can be detected (eg ignoreuserstates=1) or work from the layout (which is a bad idea) and then do some different processing based on that.

avatar franz-wohlkoenig franz-wohlkoenig - change - 30 Mar 2017
Category com_content com_menus
avatar franz-wohlkoenig franz-wohlkoenig - change - 4 Apr 2017
Status New Expected Behaviour
Closed_Date 0000-00-00 00:00:00 2017-04-04 17:55:21
Closed_By franz-wohlkoenig
avatar joomla-cms-bot joomla-cms-bot - close - 4 Apr 2017
avatar joomla-cms-bot
joomla-cms-bot - comment - 4 Apr 2017
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 4 Apr 2017

closing as Expected Behaviour.


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

Add a Comment

Login with GitHub to post a comment