v0.8.1
-
@lowdefy/modules-mongodb-activities: ### Patch Changes
-
#80
c079a0dThanks @Saiby100! - Activities list: stop scoping the table via url-query params, and fix free-text search over the rich-text description.- The list page (
pages/all.yaml) no longer hydratescontact_id/company_idfrom_url_query. The page renders no visible entity (contact/company/deal) filter control, so url-driven scoping produced a silently filtered, uncloseable table — and theactivities-timeline"View all" link, when mounted on a deal (reference_field: deal_ids), passed neither branch so both resolved tonull. "View all" now navigates to the full list with a clean url; the entity-scoped subset is already shown in the timeline tile itself. get_activities.yamlstill honoursstate.filter.contact_id/company_idas a request-side extension point for consumers that add their own visible picker viacomponents.filters; only the hidden url hydration is removed.get_activities.yamlfree-text search now targetsdescription.textinstead ofdescription. The description field is Tiptap rich text stored as{ html, text }, so the previous path against the object never matched; searching the plain-text subpath (not the html markup) keeps results free of tag noise.
- The list page (