-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] Avoid using SimpleTcaSchemaFactory in RelationResolver
SimpleTcaSchemaFactory should only hold "base" TCA without overrides. This does not suit for RelationResolver, which expects full TCA. Remove this usage and replace with plain global TCA access. Note: This did only work "by accident" as in fully cached scenarios SimpleTcaSchema was initialised with full TCA bypassing the early call in TCA overrides content-blocks.php. Fixes: #185
- Loading branch information
Showing
2 changed files
with
34 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters