You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create 3 contents type with one object of each type
TypeA
TypeB with a relation with TypeA
TypeC with a relation with TypeB
Publishing an item of TypeB will remove the relation between C and B
When B is publish, the function updateRelation will remove the relation with object C.
-> During publishing process , Bolt remove all relation "from" and "to" object B and recreate only the relation from object B to A
Expected result
During publishing process, Bolt should only manage relation "from" current object.
The text was updated successfully, but these errors were encountered:
in function updateRelation, findRelations retrieve relations From and To the current object.
I think bolt should only take care of relations from the current object. because we can have a lot of object pointing to the current one.
Hi
Publishing content may removed Relations.
Steps to reproduce
Create 3 contents type with one object of each type
TypeA
TypeB with a relation with TypeA
TypeC with a relation with TypeB
Publishing an item of TypeB will remove the relation between C and B
When B is publish, the function updateRelation will remove the relation with object C.
-> During publishing process , Bolt remove all relation "from" and "to" object B and recreate only the relation from object B to A
Expected result
During publishing process, Bolt should only manage relation "from" current object.
The text was updated successfully, but these errors were encountered: