Gernott / mask

TYPO3 Extension Mask
https://www.facebook.com/typo3mask
GNU General Public License v2.0
130 stars 86 forks source link

wrong preview in custom workspaces with inline field and content field element #569

Closed medarob closed 1 year ago

medarob commented 1 year ago

I just noticed the following:

I have an inline field where I added a content field:

grafik

Inside the content field I only added a custom content element which has the headline and bodytext fields.

grafik

In live workspace this looks like this in the BE preview:

grafik

BE edit mode GERMAN: grafik

and ENGLISH: grafik

so far so good.

If I switch to workspaces I get the following preview:

grafik

despite that I changed the headline and bodytext

German: grafik

English: grafik

In the live workspace there is loren ipsum text and that text is shown in the workspace preview as well, despite that the text in the custom workspace is different and also has another headline.

My conslusion: => The preview in custom workspaces seems to be not working correctly (when I have an inline field and a content field element) because the text from the live workspace is shown instead.

TYPO3 11.5.29 and Mask 8.2.1

nhovratov commented 1 year ago

@medarob Hey, thanks for the report. Could you update to the latest 8.2.4 version and check everything again? I included a workspace fix there.

medarob commented 1 year ago

After the update to version 8.2.4 the preview is correct in custom workspaces 😃