Skip to content

Handle nested fieldsets in FieldUpdater - #108

Merged
duncanmcclean merged 5 commits into
mainfrom
nested-fieldsets
Jun 18, 2025
Merged

Handle nested fieldsets in FieldUpdater#108
duncanmcclean merged 5 commits into
mainfrom
nested-fieldsets

Conversation

@duncanmcclean

Copy link
Copy Markdown
Member

This pull request fixes an issue with the FieldUpdater (used to update Bard configs), where it was unable to recursively update field configs in fieldsets.

For example:

  • You have a "Post" blueprint
  • It imports the "Content Stuff" fieldset
  • The "Content Stuff" fieldset imports the "Content Editor" fieldset

The importer could update the "Content Stuff" fieldset, but it wasn't able to handle fieldset references inside fieldsets.

Fixes#17.

@duncanmcclean
duncanmcclean marked this pull request as ready for review June 18, 2025 15:01
@duncanmcclean
duncanmcclean merged commit dba698e into mainJun 18, 2025
@duncanmcclean
duncanmcclean deleted the nested-fieldsets branch June 18, 2025 15:01
Sign up for freeto 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.

Error when importing Bard field in imported fieldset

1 participant

@duncanmcclean