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

Fix the referrer URL if elements are moved inside a nested element #6803

Merged
merged 1 commit into from Feb 2, 2024

Conversation

leofeyer
Copy link
Member

Fixes #6776

This fixes any issues at the first nesting level, e.g. if you move a content element into an accordion or slider element.

However, it will not fix elements nested beyond the first level, e.g. a content group in a slider element or an accordion in an accordion, as our current referrer management is not designed for such cases and I have not succeeded in adapting the logic.

I would rather revise the referrer management for Contao 5.4 and make it completely client-side.

@leofeyer leofeyer added the bug label Jan 29, 2024
@leofeyer leofeyer added this to the 5.3 milestone Jan 29, 2024
@leofeyer leofeyer self-assigned this Jan 29, 2024
@leofeyer leofeyer requested a review from a team January 29, 2024 14:59
@leofeyer leofeyer changed the title Fix the referrer URL if elements are pasted inside a nested element Fix the referrer URL if elements are moved inside a nested element Jan 29, 2024
@leofeyer leofeyer merged commit 8031df0 into contao:5.3 Feb 2, 2024
18 checks passed
@leofeyer leofeyer deleted the fix/referer branch February 2, 2024 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nested Elements: Back-Button after element creation leads to dashboard
2 participants