Skip to content
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] Allow fe_group modification when indexing subpage of restricted page #3982

Merged
merged 1 commit into from
May 13, 2024

Conversation

deschilter
Copy link

What this pr does

When indexing a page, the authorized user is manipulated depending on which access is required to index.
Previously this did not take restrictions of parent pages into account when the page to index was not directly indexed.

How to test

  1. Create a page called parent and restrict it to any fe_group
  2. Check Extend to Subpages for the page parent
  3. Create a subpage for the page parent called child
  4. Index the pages

The subpage should be indexed now too.

Fixes #3969

Copy link
Collaborator

@dkd-kaehm dkd-kaehm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing that issue.

@dkd-kaehm dkd-kaehm merged commit 0c6e3d0 into TYPO3-Solr:main May 13, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] sub page of restricted page with "Extend to Subpages" is not indexed
2 participants