Learn more about these different git repos.
Other Git URLs
Steps to Reproduce:
Run getTaskChildren(non_existing_id)
Actual result:
[]
Expected result:
Should be returning an error message that task id does not exist.
I suggest add a strict option for the getTaskChildren API call.
Sure, should just be a matter of passing a strict parameter in the code
Metadata Update from @mikem: - Issue set to the milestone: 1.18 - Issue tagged with: easyfix
PR #1256
Commit 65b2537 fixes this issue
Commit d2989fa fixes this issue
Commit 44a7af7 relates to this ticket
Login to comment on this ticket.