User tests: Successful: Unsuccessful:
The fix for the Joomla getActions() method in this pull request #2728 solved the issues, but is missing deprecating support for the removed getActions method in the component helpers (which are replaced by JHelperContent::getActions().
This is now causing issues in 3rd party extensions as reported over here for example: t3framework/t3#249
This pull request re-adds the methods for the getActions checks in the core component helpers. The methods convert the requests to the new JHelperContent::getActions() method and logs the usage of depreciated code.
My apologizes for not adding the deprecating support in the initial pull request.
Please test this pull request to confirm it is fixing the issues for 3rd party extensions.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-02-08 11:25:15 |
Joomlacode: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=33240