Actions
Bug #66263
closedAccess method in extension manager not respected
Start date:
2015-04-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Description
As documented on http://docs.typo3.org/typo3cms/CoreApiReference/ExtensionArchitecture/FilesAndLocations/Index.html, the class `ext_update` responsible for running migration scripts and can have a method named "access()" to determine if the class' "main()" method needs to be executed.
However, the "execute the update script" button always appears regardless of what "access()" returns.
Both in 6.2 and 7.1
Actions