pimcore / demo

The Official Pimcore Demo Package - You're new to Pimcore? That's your entry point! 🤓
Other
101 stars 106 forks source link

[Task]: Overwrite UserPerspectiveListener to store perspective in session #606

Closed kingjia90 closed 3 days ago

kingjia90 commented 3 days ago

Resolves https://github.com/pimcore/demo/issues/130

If i got correctly, it's to overcome the annoyance that when multiple individual log in the demo with the superuser, it would load the last perspective selected by someone else OR if someone switches perspective and any other concurrent people reload the page, it would then display the perspective selected by the former. With this change, it resets to default on each new login and from there it doesn't consider nor influence the other concurrent sessions.