reflow-project / weloop

WeLoop is a React/TypeScript client for ZenPub and a key component of ReflowOS
https://weloop.reflowproject.eu
GNU Affero General Public License v3.0
5 stars 5 forks source link

Comunties Economic Resource Inventory doesn't filter properly well #90

Closed pral2a closed 3 years ago

pral2a commented 3 years ago

Looks like Economic Resources linked to a particular Community are not filter properly. Both communities show the same list of Economic Resources.

See images:

Screenshot 2021-06-21 at 12 48 58

Screenshot 2021-06-21 at 13 06 21

viktorsmari commented 3 years ago

Same as #61

oksanasalohubova commented 3 years ago

https://prnt.sc/18rue54

query community($communityId: ID) { economicResourcesFiltered(inScopeOf: [$communityId]) { id name } }

This query does not working for me