Actions
Bug #51902
closedFatal error in ConfigurationController with local extension
Start date:
2013-09-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If an extension is only available local and not in ter the ConfigurationController shows an fatal error on saving extension configurations. This is due to the extension can not be found in the extension model repository and an is_object check is missing on the returned model.
Updated by Gerrit Code Review about 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23738
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23738
Updated by Gerrit Code Review about 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23738
Updated by Sebastian Fischer about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d30d5517cb817382edb749568c47024e04f7ad5d.
Actions