elkuku / EasyCreator

EasyCreator helps creating extensions for the Joomla! CMS
http://extensions.joomla.org/extensions/miscellaneous/development/5908
50 stars 23 forks source link

"You are not permitted to use that link to directly access that page (#1)." when direct edit an entry #22

Open Heart1010 opened 10 years ago

Heart1010 commented 10 years ago

When editing an entry (not a category) by clicking the id (first column) and then clicking the toolbar icon "Close" there is an error message shown:

You are not permitted to use that link to directly access that page (#1).

When doing the same with tick the checkbox, then click edit toolbar icon and then "Close" everything is ok.

(J2.5x)

elkuku commented 10 years ago

Yeah I remember that... this is a strange bug that exists since J! 2. I believe it was about passing the item id via get. To be sure, you are accessing the edit view via http://domain.tld/administrator/index.php?option=com_X&view=X&layout=edit&id=1 ?

This seems like one of those "Joomla! mystery bugs" - read a story: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=29000

I'm not sure where to hunt a bug here...