sprintly / sprintly-kanban

A Kanban Board for Sprintly
https://kanban.sprint.ly
ISC License
493 stars 81 forks source link

Ensuring members is defined after fetch #42

Closed mikekauffman closed 9 years ago

mikekauffman commented 9 years ago

The members assignment dropdown list was intermittently empty. That members object is defined here, and if that function gets called before the fetch that happens here - the members list is empty.

My current solution is to explicitly call ProductStore.getAll() after the fetch has completed to insure members is being set/re-set with an accurate list of members.

Fixes #44 - https://sprint.ly/product/31528/item/44