-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Description
Tasks are not listed in the GET endpoint for Observers
Ref #280
Solution:
- Modify the ES Query so, if a challenge is a task but it's being returned by the Resources API (meaning, the logged-in user has access to it), it won't be excluded.
Fix malformed task information
Ref #276
Solution:
- Add default values for the
task.*properties so the ES Query works - Create a migration script to populate the data in existing malformed entries
cc @rootelement