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.
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