yanivsegev / VSTS-DropPlan

Plan and track your sprint with a calendar based view.
MIT License
20 stars 17 forks source link

Stop GetWorkitemsByIdsFromAll from returning undefined in array. #101

Closed sgtwilko closed 8 months ago

sgtwilko commented 8 months ago

Stop GetWorkitemsByIdsFromAll from returning undefined in array if parent is not in AllWits. This fixes an issue where the plan doesn't load if the parent isn't in the list of items in AllWits

sgtwilko commented 8 months ago

@yanivsegev Sorry this fixes a bug which I hadn't caught in my testing. Without this the plan is currently failing to load if parents are missing from AllWits.