When title is updated on an entry, also update markdown files for related entries #6161
Labels
status: more info needed
type: feature
code contributing to the implementation of a feature and/or user facing functionality
I've noticed that when an entry title field is updated, if this entry is related to any other entry via the title, the stored title in the related entry does not update.
For example, let's say projects can have multiple artists
Project 1 has two artists, John and Jane. The md file for Project 1 looks like this:
If I update Jane's name to Jane Doe, although Jane's md file updates to
name: 'Jane Doe'
instead ofname: 'Jane'
, my Project 1 md file still hasartist: 'Jane'
instead ofartist: 'Jane Doe'
The text was updated successfully, but these errors were encountered: