We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
while working with Contao 4.4 I experienced one unexpected redirect in the back end that I would like to discuss. To reproduce on demo.contao.org:
If you click on the back button now, you will be redirected to the back end frontpage, but would one not expect to be redirected to the articles page?
If you skip step 4 and click the back button in step 3, it does exactly that.
Cheers Benedict
The text was updated successfully, but these errors were encountered:
It's an ongoing issue that still has not been resolved completely: contao/core#6127
Sorry, something went wrong.
Can you please replace
core-bundle/src/EventListener/StoreRefererListener.php
Line 151 in 05295bf
$referers[$refererId] = end($referers);
and see if it has any ramifications?
@contao/developers /cc
I replaced this line and it does fix my issue. I have not had any unexpected side effects so far.
Copy the existing referers if a new referer ID is initialized (see #1117
8654daf
).
Fixed in 8654daf.
leofeyer
No branches or pull requests
Hi there,
while working with Contao 4.4 I experienced one unexpected redirect in the back end that I would like to discuss. To reproduce on demo.contao.org:
If you click on the back button now, you will be redirected to the back end frontpage, but would one not expect to be redirected to the articles page?
If you skip step 4 and click the back button in step 3, it does exactly that.
Cheers
Benedict
The text was updated successfully, but these errors were encountered: