-
-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUGFIX] Enforce visibility context in Tsfe #3050
[BUGFIX] Enforce visibility context in Tsfe #3050
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix Mario, please make suggested changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Thanks for changing that.
This will be merged after ports for following branches are available:
release-11.0.x, release-11.1.x, main
TYPO3 by default enables a preview mode if a backend user is logged in, the VisibilityAspect is configured to show hidden elements. Due to this setting hidden relations/translations might be indexed when running the Solr indexer via the TYPO3 backend. To avoid this, the VisibilityAspect is adapted for indexing. Resolves: TYPO3-Solr#3046 Relates: TYPO3-Solr#3050, TYPO3-Solr#2976
TYPO3 by default enables a preview mode if a backend user is logged in, the VisibilityAspect is configured to show hidden elements. Due to this setting hidden relations/translations might be indexed when running the Solr indexer via the TYPO3 backend. To avoid this, the VisibilityAspect is adapted for indexing. Resolves: #3046 Relates: #3050, #2976
TYPO3 by default enables a preview mode if a backend user is logged in, the VisibilityAspect is configured to show hidden elements. Due to this setting hidden relations/translations might be indexed when running the Solr indexer via the TYPO3 backend. To avoid this, the VisibilityAspect is adapted for indexing. Resolves: #3046 Relates: #3050, #2976
TYPO3 by default enables a preview mode if a backend user is logged in, the VisibilityAspect is configured to show hidden elements. Due to this setting hidden relations/translations might be indexed when running the Solr indexer via the TYPO3 backend. To avoid this, the VisibilityAspect is adapted for indexing. Resolves: TYPO3-Solr#3046 Relates: TYPO3-Solr#3050, TYPO3-Solr#2976
2bfc641
to
b3a9fef
Compare
b0a618c
to
ec66f49
Compare
Fix is already merged in I'll update the pr for |
TYPO3 by default enables a preview mode if a backend user is logged in, the VisibilityAspect is configured to show hidden elements. Due to this setting hidden relations/translations might be indexed when running the Solr indexer via the TYPO3 backend. To avoid this, the VisibilityAspect is adapted for indexing. Resolves: #3046
What this pr does
TYPO3 by default enables a preview mode if a backend user is logged in,
the VisibilityAspect is configured to show hidden elements.
Due to this setting hidden relations/translations might be indexed
when running the Solr indexer via the TYPO3 backend.
To avoid this, the VisibilityAspect is adapted for indexing.
How to test
In
core_en
the entry has:"category_stringM":["Category 1", "Category 2"],
In
core_de
the entry has:"category_stringM":["Kategorie 1", "Category 2"],
Fixes: #3046