Actions
Feature #22381
closed"disallowUpdate" flag in extension manager
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-04-06
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.0
Tags:
Complexity:
Sprint Focus:
Description
Feature Request:
Sometimes it is necessary to change the source code of an extension because of an missing hook. Therefore it would be a nice feature to have the possibility to set a "disallowUpdate" flag in the extension manager for this modified extension, so nothing can be overwritten accidentally by the next check for updates from the repository.
(issue imported from #M14007)
Updated by Chris topher over 14 years ago
Something like that already is integrated since TYPO3 4.3. It was introduced with #19217.
To use that function, change the ‘state’ value in $EM_CONF[$_EXTKEY] to ‘excludeFromUpdates’.
Does this solve your problem?
Actions