Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2639 from cozy/fix/imported-accounts-grouping
Bank accounts imported via the import service do not have BI connections and they're all created by the same app (i.e. Banks) so they get grouped under the first institution in the Settings > Accounts tab. To make sure each institution gets its one line with its associated bank accounts, we force the use of the institution label as a grouping criteria for accounts imported in this way. ``` ### 🐛 Bug Fixes * Bank accounts imported via the import service are grouped by their institution label in the Settings > Accounts tab ### 🔧 Tech * Services launched via the CLI use a `CozyClient` instance with `appMetadata` ```
- Loading branch information