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
Setup: There are two container pages that are siblings of each other: sibling1 and sibling2 - both pages contain contents and are published.
After adding a new content resource on sibling1 and publishing the page, sibling2 will be published automatically as well.
But reading relations for the content resource in online project doesn't return relation to sibling2.
Even after changing the same content resource on sibling2 and publishing the page, the relations for the content resource in online project doesn't return relation to sibling2:
Problem is database table CMS_ONLINE_RESOURCE_RELATIONS is not updated, even though sibling2 was published automatically (as it is sibling of sibling1)
Only after editing and publishing sibling2 explicitely both siblings are list on next content resource change publishing.
After changing the links in an XML content and publishing it without its
siblings, the siblings would previously show up as unchanged in the
Explorer despite the fact that their relations have been changed to
reflect the changed content. This has been changed so that both
unpublished siblings will have the 'changed' state and need to be
published.
Setup: There are two container pages that are siblings of each other: sibling1 and sibling2 - both pages contain contents and are published.
After adding a new content resource on sibling1 and publishing the page, sibling2 will be published automatically as well.
But reading relations for the content resource in online project doesn't return relation to sibling2.
Even after changing the same content resource on sibling2 and publishing the page, the relations for the content resource in online project doesn't return relation to sibling2:
Problem is database table CMS_ONLINE_RESOURCE_RELATIONS is not updated, even though sibling2 was published automatically (as it is sibling of sibling1)
Only after editing and publishing sibling2 explicitely both siblings are list on next content resource change publishing.
Looks like it is related to this bug here: #797
The text was updated successfully, but these errors were encountered: