Skip to content

[6.x] Misc fixes#11610

Merged
jasonvarga merged 12 commits intomasterfrom
pocketful-of-fixes
Mar 21, 2025
Merged

[6.x] Misc fixes#11610
jasonvarga merged 12 commits intomasterfrom
pocketful-of-fixes

Conversation

@jasonvarga
Copy link
Member

@jasonvarga jasonvarga commented Mar 21, 2025

  • Fixes replicator and bard
  • Fixes infinite loop when using an array fieldtype
  • Fix array fieldtype error due to v-if and v-for being on the same element.
  • Fix grid row not getting correct values
  • Fix dirty state warning showing almost everywhere
  • Fix auto-selection in the relationship stack when max selections is 1.
  • Fix page selection and editing in nav tree
  • Fix auto-open page editor (when theres a required field) immediately closing.
  • Fix warnings in nav page editor
  • Run npm audit fix to get rid of js vulnerabilities

This was really just because this.field should have been this.fields - typo introduced in #11529. But, before I realized that, I simplified to native JS thinking that was part of it. Nope. But keeping the native JS is nice to get rid of a couple of lodash imports.
…do that in Vue 3. Moved the v-for to an outer template.
This was happening because the updated event was being dispatched when anything in the store changed (like preloadedAssets or hidden fields). We only want the event when values are changed.
…n seem necessary. Fixes error when trying to pick an entry
…closing because it doesnt wait for parent stack to clos.e
@jasonvarga jasonvarga marked this pull request as ready for review March 21, 2025 19:15
@jasonvarga jasonvarga merged commit 01d4cdd into master Mar 21, 2025
18 checks passed
@jasonvarga jasonvarga deleted the pocketful-of-fixes branch March 21, 2025 19: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.

1 participant