hotosm / osm-tasking-manager2

Designed and built for Humanitarian OpenStreetMap Team collaborative emergency/disaster mapping, the OSM Tasking Manager 2.0 divides an area into individual squares that can be rapidly mapped by thousands of volunteers.
http://tasks.hotosm.org
Other
425 stars 156 forks source link

Fix broken private users list selection #963

Closed pgiraud closed 7 years ago

pgiraud commented 7 years ago

With recent modifications on the users.json we broke the behavior of the typeahead selector in project editing to select the users allowed to access to a private project. This widget was still requesting the service once for all. The policy is now to query the service only when required with a query parameter. Please review.