- Ya
- 14 Agosti 2026, 15:33 UTC
- Mwandishi
- kamo
- Ahadi ya
- 06d7c54
The callback's description carried "Open the lead: /leads/view/123" as text, and text in a textarea cannot be clicked — the event dialog edits its description in one, so that path could never have been a link there. The destination has been on the event's deepLink since the column was added; this is the affordance that uses it. The dialog offers it beside the event's kind, the agenda view offers it under the description, and both go through the router rather than loading a document, because either can be open over any page and a navigation would tear down whatever else the member has going. Keyed off deepLink rather than off callbacks specifically, so whatever produces events next gets the control without touching this dialog. The label reads "Open lead" when the origin is a callback and "Open" otherwise.