Skip to content

9.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 09:21
0dd9e98

@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 WarningFilter gains name and secondaryInformation fields and WarningSortField gains a name value. The related entity's name and secondary information are resolved by joining the EntityInfo view, while the type is read from the warning's sourceInfo. The view is only joined when a query actually references name or info. A migration adds an index on the EntityInfo join 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 WarningFilter gains name and secondaryInformation fields and WarningSortField gains a name value. The related entity's name and secondary information are resolved by joining the EntityInfo view, while the type is read from the warning's sourceInfo. The view is only joined when a query actually references name or info. A migration adds an index on the EntityInfo join keys to keep that join fast.