-
-
Notifications
You must be signed in to change notification settings - Fork 255
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
[BUG] Cannot generate URLs for restricted detail PIDs #3615
Comments
If it works, please create PR with description in FAQ in docs folder and add it to the TypoScript Examples file. |
It works 👍I'll create a PR. |
Should this be set automatically by solr via config.typolinkLinkAccessRestrictedPages when indexing? |
I'll merge the provided pull-request. |
* adds explanation how to generate URLs to restricted pages * enables `typolink.linkAccessRestrictedPages` for EXT:news index example Fixes: TYPO3-Solr#3615
* adds explanation how to generate URLs to restricted pages * enables `typolink.linkAccessRestrictedPages` for EXT:news index example Fixes: TYPO3-Solr#3615 Ports: TYPO3-Solr#3620
* adds explanation how to generate URLs to restricted pages * enables `typolink.linkAccessRestrictedPages` for EXT:news index example Fixes: TYPO3-Solr#3615
* adds explanation how to generate URLs to restricted pages * enables `typolink.linkAccessRestrictedPages` for EXT:news index example Fixes: #3615
Describe the bug
Cannot index restricted detail pages for e.g. news records anymore. Also happens with other custom indexers.
This worked with ext_solr 11.0.5 and TYPO3 10.4.
Remark: If a parent page is restricted and set to extend this restriction to subpages, the generation of a detail link for results works.
To Reproduce
Steps to reproduce the behavior:
Set access of a page to "show at any login" and put a news detail plugin on this page. The indexer can't get a link to the detail page anymore, the link generated always points to the login page.
Expected behavior
The indexer should generate the link to the detailpage based on this TYPOSCRIPT:
Used versions (please complete the following information):
The text was updated successfully, but these errors were encountered: