Skip to content

8.23.3

Choose a tag to compare

@github-actions github-actions released this 26 May 14:22
· 85 commits to main since this release
d80f403

@comet/cms-api@8.23.3

Patch Changes

  • 2b7c16f: Fix damFilesList returning no files in subfolders when filtering by ids

    damFilesList implicitly constrains to the scope root when no folderId is passed. The constraint already had an escape hatch for filter.searchText; the same now applies to filter.ids. Resolving a selection via filter: { ids: ... } returns all matching files regardless of which folder they live in, which unblocks the admin FileField multi-select for files in subfolders.