Files
sure/app
Dream 46494bc07f Fix rule condition merchant dropdown to show all merchants (#1240)
The "transaction merchant" condition filter used `family.assigned_merchants`
which only returned merchants already assigned to a transaction. This meant
newly created merchants wouldn't appear in the rule condition dropdown until
manually assigned to a transaction.

Changed to `family.available_merchants` which includes all family merchants
(even unassigned ones), provider merchants on transactions, and recently
unlinked merchants — consistent with the transaction form merchant selector.

Fixes #1197

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 10:48:11 +01:00
..
2026-03-06 10:16:14 +01:00
2026-03-11 15:54:01 +01:00