Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: db:seeds:fill only for one organization (#1968)
Motivation ---------- I used these seeds to review #1964. What I observed is that the list of requests is visible across all organizations but the search is scoped. I.e. if you search, you have no search results. That's why I updated the seeds here, to check if the error persists for only one organization. Answer: no How to test ----------- 1. `git switch main` or `git switch update_seeds_fill` 1. `bin/rails db:seeds:fill` 2. Do a full text search 3. On `main` you won't see anything but on this branch you will
- Loading branch information