Multisite model propagation is out of control

When i created multisite model with trait, and i had created multiple items, when i switch to other site (inside group), i got question about, if i wish to create non existing item on that site, that was correct… for now…

when i switch back to site 1, open other item with ex. id 5, switch to other site, no question asked and editor was openned at that first item that was created with that prompt. no new question, nothing.

when i updated on site 1 any item, sync updates that only one record on site 2 to last edited item on site 1 … :confused:

any ideas what bug exactly is here?

To be honest I did not quite understand how exactly you swich between sites, there might be frustration, we’ve experienced this. And many things depends on the further settings of what you might have in:

protected $propagatableSync = [
        'sync' => 'group',
        'delete' => false
    ];

But also while developping there might be records without site_ and then later you add this rule. It require some practise but as for now we are very happy with multi-site logic inside models.