Bug #80271
closedl10n_state field is not created when installing an extension
100%
Description
I install an extension in extension manager. When I try to insert a new record then, I get the same sql error as in #79887. This means, that the db-analyzer from install tool must be run by hand after every extension-install (as one might not know, whether the ext creates localized tables).
I think this is a bug (say: the l10n_state field should be added when an extension is installed), or did I miss something?
Updated by Oliver Hader over 7 years ago
- Status changed from New to Accepted
In general l10n_state
should be created automatically when installing an extension. In EM's InstallUtility::emitTablesDefinitionIsBeingBuiltSignal is triggered but seems not to create the missing fields in your case... Code-wise it looks good however, since the TCA is reloaded without being cached...
Updated by Oliver Hader over 7 years ago
- Status changed from Accepted to In Progress
Updated by Gerrit Code Review over 7 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52080
Updated by Gerrit Code Review over 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52080
Updated by Gerrit Code Review over 7 years ago
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52081
Updated by Oliver Hader over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 33102bd197960c8732fa0004d26b01eab0b10636.
Updated by Gerrit Code Review over 7 years ago
- Status changed from Resolved to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52081
Updated by Oliver Hader over 7 years ago
- Status changed from Under Review to Resolved
Applied in changeset ff5f2aec356d6092389ec99561dbe8935a45901b.