Greenstand / treetracker-admin-api

Legacy API microservice for the admin panel
GNU Affero General Public License v3.0
31 stars 81 forks source link

fix: show correct child orgs #615

Closed nmcharlton closed 2 years ago

nmcharlton commented 2 years ago

Resolves Greenstand/treetracker-admin-client#292

All organizations in our database that should be shown in the org filter list have the type "O". We were modifying organization queries to look for "o" types, but this is not correct.