Skip to content

[6.x] Fix adding Bard sets - #13669

Merged
jasonvarga merged 4 commits into
masterfrom
fix-adding-bard-sets
Jan 26, 2026
Merged

[6.x] Fix adding Bard sets#13669
jasonvarga merged 4 commits into
masterfrom
fix-adding-bard-sets

Conversation

@duncanmcclean

@duncanmcclean duncanmcclean commented Jan 26, 2026

Copy link
Copy Markdown
Member

This pull request fixes various issues adding Bard/Replicator sets after #13427.

  • Fixed an issue caused by a refactor in 03fcffe. The index argument is only passed in the Replicator fieldtype.
  • Fixes an issue adding nested Bard/Replicator sets (eg. Bard inside Replicator, Replicator inside Bard).
  • Fixed the ability to paste Bard sets from other entries.

Fixes #13665

@duncanmcclean duncanmcclean linked an issue Jan 26, 2026 that may be closed by this pull request
@o1y

o1y commented Jan 26, 2026

Copy link
Copy Markdown
Contributor

I think this is not fixing all the issues with sets. When you have a replicator with a nested Bard (using sets), even with this change this would throw the other error mentioned in the issue.

When the parent set is a replicator set, we need to get `.type` instead of `.attrs.value.type`.
@duncanmcclean

duncanmcclean commented Jan 26, 2026

Copy link
Copy Markdown
Member Author

I think this is not fixing all the issues with sets. When you have a replicator with a nested Bard (using sets), even with this change this would throw the other error mentioned in the issue.

Whoops, I missed that part of the issue. Looking into it now, thanks!

@jasonvarga
jasonvarga merged commit 4e6cff9 into master Jan 26, 2026
12 checks passed
@jasonvarga
jasonvarga deleted the fix-adding-bard-sets branch January 26, 2026 20:29
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.

[6.x] Bard: Adding a Bard set fails with "Something went wrong"

3 participants