9.1.0
@comet/brevo-admin@9.1.0
Patch Changes
- 5628cb4: Fix typo in the contact import error message ("occured" → "occurred")
@comet/cms-admin@9.1.0
Minor Changes
-
319f5b8: Allow filtering, searching and sorting warnings by name, info and type
The warnings data grid now supports filtering and full-text searching by the related entity's name and secondary information, filtering by type, and sorting by name and type.
On the API, the
WarningFiltergainsnameandsecondaryInformationfields andWarningSortFieldgains anamevalue. The related entity's name and secondary information are resolved by joining theEntityInfoview, while the type is read from the warning'ssourceInfo. The view is only joined when a query actually references name or info. A migration adds an index on theEntityInfojoin keys to keep that join fast.
@comet/cms-api@9.1.0
Minor Changes
-
319f5b8: Allow filtering, searching and sorting warnings by name, info and type
The warnings data grid now supports filtering and full-text searching by the related entity's name and secondary information, filtering by type, and sorting by name and type.
On the API, the
WarningFiltergainsnameandsecondaryInformationfields andWarningSortFieldgains anamevalue. The related entity's name and secondary information are resolved by joining theEntityInfoview, while the type is read from the warning'ssourceInfo. The view is only joined when a query actually references name or info. A migration adds an index on theEntityInfojoin keys to keep that join fast.