Skip to content

[6.x] Fix saving nested Bard fields#14017

Merged
jasonvarga merged 1 commit into6.xfrom
saving-nested-bard-fields
Feb 20, 2026
Merged

[6.x] Fix saving nested Bard fields#14017
jasonvarga merged 1 commit into6.xfrom
saving-nested-bard-fields

Conversation

@duncanmcclean
Copy link
Copy Markdown
Member

When editing a field inside a Bard set (eg. a nested Bard field), click "Apply" or "Save & Close All" would fail to save the field's settings.

This was because commitParentField() was called immediately after emitting the committed event, before Vue's reactivity system had propagated the child's changes up to the parent.

Wrapping the commitParentField() and close() calls in $nextTick() ensures the parent's values are updated before committing.

Fixes #14012

@jasonvarga jasonvarga merged commit b4d6410 into 6.x Feb 20, 2026
12 checks passed
@jasonvarga jasonvarga deleted the saving-nested-bard-fields branch February 20, 2026 21:15
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.

Bard editor settings not saving when using bard field in a set

2 participants