Actions
Bug #53016
closedCategorisationApi does not create fields upon extension installation in EM
Start date:
2013-10-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
During installation of extensions the Extensionmanager does not take the CategoryAPI into account. The code to do so is present in the Install Tool in the Database Compare Tool. It is cumbersome to switch to the install tool to update the database in order to use the category fields. The install tool and extension manager need to know which components manipulate the table defintions and this is bad coupling of components which shouldn't know of each other.
In the Extensionmanager and the Install Tool both should emit a signal to allow the caching framework and categorisation api the manipulation of the table definitions.
Files
Actions