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

causing log out in SS 4.9 admin after publish #20

Open
jellygnite opened this issue Oct 21, 2021 · 0 comments
Open

causing log out in SS 4.9 admin after publish #20

jellygnite opened this issue Oct 21, 2021 · 0 comments

Comments

@jellygnite
Copy link

jellygnite commented Oct 21, 2021

With the update to SilverStripe 4.9 this module is causing a logout to happen after I publish an element. This does not occur in SS4.8.

I use the following settings in my yml:

SilverStripers\ElementalSearch\Model\SearchDocument:
  use_only_x_path: true
  search_x_path:
    - main-content

I can confirm if I remove the use_only_x_path: true line the problem does not occur.

See line 97 SilverStripers\ElementalSearch\Model\SearchDocument

$output[] = Director::test($searchLink);

Calling Director::test() is doing something to the session.

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

No branches or pull requests

1 participant