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

BUG: Workspace changes not visible in translations #2177

Open
Rall3n opened this issue Sep 11, 2024 · 0 comments
Open

BUG: Workspace changes not visible in translations #2177

Rall3n opened this issue Sep 11, 2024 · 0 comments

Comments

@Rall3n
Copy link

Rall3n commented Sep 11, 2024

I have checked that the bug exists in the dev-development branch
Yes

I have checked that there are no already open issues or recently closed issues about this bug
Yes

Describe the bug
When editing a workspace record in a translation page, the changes of the workspace record are not reflected in the frontend. Non-translated pages don't show that issue.

To Reproduce
Steps to reproduce the behavior:

  1. Create a page and a translation with one Flux-powered content element with at least one defined field.
  2. In a workspace edit the translation of the content element.
  3. Preview workspace version of record and see changes not reflected.

Expected behavior
Changes on the workspace record are reflected in frontend.

Screenshots

Additional context
The problem originates in Classes/Controller/AbstractFluxController->getRecord(), where the record data from the ContentObjectRenderer, which at this point is fully overlayed, is being overwritten with the data of the language record.

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