Entry title doesn't update

System Information
  • Strapi Version: 4.4.3
  • Operating System:
  • Database: Postgress
  • Node Version: 16.17.0
  • NPM Version: 8.19.2
  • Yarn Version:

  • Create collection type XXX with relation one to one to YYY,
  • Relation YYY shows as ID
    image
  • Make a text field in the YYY and set it as entry title,
  • In XXX relation to YYY still show an ID
  • Delete relation in collection XXX - save,
  • Add again same relation in XXX to YYY - save,
  • Now relation correctly shows the text field as entry title
    image

Why is that? Why do I have to remove relation to update entry title. I wanted to update entry titles in all of my Collections, but deleting all relations will cause huge data loss.

EDIT
It looks like changing entry title doesn’t change metadata in schema object
image
before deleteing relation “mainField” showed “id”

1 Like