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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Previewing in workspaces: Staged Versions is always empty #93

Closed
nstungcom opened this issue Oct 9, 2020 · 0 comments 路 Fixed by #94
Closed

[BUG] Previewing in workspaces: Staged Versions is always empty #93

nstungcom opened this issue Oct 9, 2020 · 0 comments 路 Fixed by #94
Assignees

Comments

@nstungcom
Copy link

Hi 馃憢

I am currently testing container with workspaces and it seems like that previewing in the FE is not working as expected. The Staged Version is always empty when debugging renderedContent so nothing is showing in the FE.

This PR #88 removed these line in Classes/DataProcessing/ContainerProcessor.php and might be the cause of the bug:

if ($child['t3ver_oid'] > 0) {
    $conf['source'] = $child['t3ver_oid'];
} else {
    $conf['source'] = $child['uid'];
}

Manually re-adding these line back seems to work and previewing work as expected.

Specs:

  • TYPO3 10 latest running in composer mode + PHP 7.4 using ddev
  • container dev-master
@achimfritz achimfritz self-assigned this Oct 9, 2020
achimfritz pushed a commit that referenced this issue Oct 10, 2020
achimfritz pushed a commit that referenced this issue Oct 10, 2020
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

Successfully merging a pull request may close this issue.

2 participants