Skip to content

Conversation

@duncanmcclean
Copy link
Member

This pull request fixes an issue where sets in imported Bard/Replicator fields couldn't be overridden due to the publish container's localizedFields state not being updated.

There was two things preventing the localizedFields state from updating correctly:

  • The tabs watcher wasn't running when editing sets. It needed to be converted to a deep watcher.
  • In ui/Publish/Field.vue, it compares the container's existing value against the updated value.
    • This condition was returning true because the Tabs.vue component was modifying the container value by reference.
    • I've fixed it by cloning the initial tabs state, preventing the reference error.

Fixes #13770

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot override imported Fieldset "nested" fields (ie replicator / group / bard / ...)

2 participants