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
In the new edit content mode, when a Content Type has multiple relationship fields pointing to different content types, the relationship values are not displayed — even though the REST API returns the correct data.
Update: The issue where multiple relationship fields shared the same values (empty or duplicated) was resolved in PR #35017 (linked to #34795), which scoped the RelationshipFieldStore to the component level.
Remaining issue: When editing a Blog content item in the new edit content mode, relationship fields (Author, Comments) fail to persist changes on save. The relationship editor opens correctly and values are displayed, but saving does not persist the changes — the data is silently lost.
This is reproducible with the Blog Content Type in a Full Starter instance, which has two relationship fields: Author (pointing to Author content type) and Comments (pointing to Comments content type).
Problem Statement
In the new edit content mode, when a Content Type has multiple relationship fields pointing to different content types, the relationship values are not displayed — even though the REST API returns the correct data.Update: The issue where multiple relationship fields shared the same values (empty or duplicated) was resolved in PR #35017 (linked to #34795), which scoped the
RelationshipFieldStoreto the component level.Remaining issue: When editing a Blog content item in the new edit content mode, relationship fields (Author, Comments) fail to persist changes on save. The relationship editor opens correctly and values are displayed, but saving does not persist the changes — the data is silently lost.
This is reproducible with the Blog Content Type in a Full Starter instance, which has two relationship fields: Author (pointing to Author content type) and Comments (pointing to Comments content type).
Steps to Reproduce
Acceptance Criteria
dotCMS Version
Latest from main branch (Full Starter)
Severity
Medium - Some functionality impacted
Links