Skip to content

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 14 May 13:00
903fe32
  • @lowdefy/modules-mongodb-events: ### Patch Changes

  • #57 5685820 Thanks @Saiby100! - Fix user-admin roles projection and events-timeline display_key filter.

    • user-admin: get_user now defaults the projected roles to [] when the user has no roles array for the app. Previously this returned null, which broke the multiple selector on the user edit page for users with undefined roles.
    • events: events-timeline now filters out events where the resolved display_key field is missing, preventing fetched rows that would render with unresolved $<key>.title placeholders for title/description/info.
  • @lowdefy/modules-mongodb-user-admin: ### Patch Changes

  • #57 5685820 Thanks @Saiby100! - Fix user-admin roles projection and events-timeline display_key filter.

    • user-admin: get_user now defaults the projected roles to [] when the user has no roles array for the app. Previously this returned null, which broke the multiple selector on the user edit page for users with undefined roles.
    • events: events-timeline now filters out events where the resolved display_key field is missing, preventing fetched rows that would render with unresolved $<key>.title placeholders for title/description/info.