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
A while ago we run in this issue, if in a WorkingCopy relations changed - the relations (to_id and from_id) are not updated on Check-In
Steps to reproduce:
Create a Page "Speaker" and a Page "Talk"
Set on "Talk" a "Related Item" to "Speaker"
"Related Content" on "Talk" shows now "Speaker"
Check-Out "Talk"
Edit WC "Talk" and remove "Speaker" from "Related Items"-Widget
Check-In WC "Talk"
"Related Content" on "Talk" is now empty
But the relations in catalog does not change and still exists
I installed collective.relationhelpers for a little help
With /Plone/@@inspect-relations we can simple inspect Relations (cheers to pbauer and contributurs :-) )
After Check-Out "Talk" we can see with "show backrelations" activated
And without backrelations
After we saved our WC, Relations are updated as expected.
But after Check-In our WC, Relations are not updated from WC, the original relations are used...
With "Show backrelations" activated
and without
Finally, a simple edit and save on our new baseline (Talk) does an update an our relations and everything is fine again :-)
The text was updated successfully, but these errors were encountered:
A while ago we run in this issue, if in a WorkingCopy relations changed - the relations (to_id and from_id) are not updated on Check-In
Steps to reproduce:
I installed collective.relationhelpers for a little help
With /Plone/@@inspect-relations we can simple inspect Relations (cheers to pbauer and contributurs :-) )
After Check-Out "Talk" we can see with "show backrelations" activated
![Bildschirmfoto 2021-05-19 um 21 47 19](https://user-images.githubusercontent.com/1321222/118874965-ca8d1100-b8eb-11eb-8356-60d945b13f27.png)
And without backrelations
![Bildschirmfoto 2021-05-19 um 21 48 28](https://user-images.githubusercontent.com/1321222/118875154-fdcfa000-b8eb-11eb-8429-9a338719146f.png)
After we saved our WC, Relations are updated as expected.
But after Check-In our WC, Relations are not updated from WC, the original relations are used...
![Bildschirmfoto 2021-05-19 um 21 58 51](https://user-images.githubusercontent.com/1321222/118876322-68351000-b8ed-11eb-8951-b25d5fe4e8b7.png)
With "Show backrelations" activated
and without
![Bildschirmfoto 2021-05-19 um 21 59 33](https://user-images.githubusercontent.com/1321222/118876406-800c9400-b8ed-11eb-9717-f351f8109040.png)
Finally, a simple edit and save on our new baseline (Talk) does an update an our relations and everything is fine again :-)
The text was updated successfully, but these errors were encountered: