minderlabs / demo

Minder Demo App
1 stars 0 forks source link

Invalid ID Error on save #25

Closed richburdon closed 7 years ago

richburdon commented 7 years ago

When saving shared/private note in group item.

registry.js?e733:76 Assertion failed: Invalid ID: %s undefined "Network error: Cannot read property 'tasks' of undefined"

richburdon commented 7 years ago

This was introduced by shared/private notes (tasks) that don't fit into the main query (tasks by members) hierarchy. The type registry's path reducer was trying to fit the task (by assignee) into the result shape.

But fixed, but more work TBD on reducers for complex layouts.