8.23.3
@comet/cms-api@8.23.3
Patch Changes
-
2b7c16f: Fix
damFilesListreturning no files in subfolders when filtering byidsdamFilesListimplicitly constrains to the scope root when nofolderIdis passed. The constraint already had an escape hatch forfilter.searchText; the same now applies tofilter.ids. Resolving a selection viafilter: { ids: ... }returns all matching files regardless of which folder they live in, which unblocks the adminFileFieldmulti-select for files in subfolders.