Bug with multisite:sync content and taglist

Hello,

I discovered a bug with multisite:sync content and “entries” type tailor field with displayMode taglist.

To reproduce :

handle: Prestations\Prestation
type: structure
name: Prestations
drafts: false
multisite: sync

structure:
    maxDepth: 1

navigation:
    icon: icon-briefcase
    parent: Prestations\Realisation
    order: 20

And the other blueprint :

handle: Prestations\Realisation
type: structure
name: Réalisations
drafts: false
multisite: true
  
structure:
    maxDepth: 1
  
primaryNavigation:
    label: Réalisations
    icon: icon-rocket
    order: 17000
  
navigation:
    icon: icon-rocket
    parent: Prestations\Realisation
    order: 10
  
fields:
    prestation:
        label: Prestation
        type: entries
        displayMode: taglist
        source: Prestations\Prestation
        placeholder: Choisissez
        span: auto

Now, try to create a Réalisation, choose one or several prestations, you will see that values will not be saved (october CMS 3.5)

The problem is related to the taglist display mode, choose “relation” display mode, it works