Labels |
Added:
?
|
and the component you're working in...
i remember the same thing happened when selecting a module in tinyMCE which was fixed...?
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.
Category | ⇒ | com_content com_menus |
Status | New | ⇒ | Expected Behaviour |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-04-04 17:55:21 |
Closed_By | ⇒ | franz-wohlkoenig |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/14193
closing as Expected Behaviour.
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.