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

"No gallery has beeen selected!" #89

Open
matthias-g opened this issue Nov 26, 2016 · 1 comment
Open

"No gallery has beeen selected!" #89

matthias-g opened this issue Nov 26, 2016 · 1 comment

Comments

@matthias-g
Copy link
Contributor

If I create an album using the form in the frontend I get a message saying "The new album was created." but also an error message saying "No gallery has been selected!".
It looks like the process of creating the album works well but the redirect to gallery after the creation fails.

I'm running Typo3 7.6.12 and YAG 4.1.2.

@matthias-g
Copy link
Contributor Author

I just looked into the code: After the creation of the album the user is redirected to the index of the respective gallery. Therefore the gallery id is needed, which is stored in the YAG context.
The problem is that the context is not being persisted between the two requests (the original one and the one after the redirect to the index action). This is due to the NullStorageAdapter being used for frontend actions. I'm not sure how this is supposed to work. Can you give me some insight?

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