mirror of
https://github.com/we-promise/sure.git
synced 2026-04-09 23:34:50 +00:00
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>