#1199 API Call getTaskChildren call should return GenericError for non existing taskID
Closed: Fixed 3 years ago by mikem. Opened 4 years ago by jcupova.

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

4 years ago

Commit 44a7af7 relates to this ticket

Login to comment on this ticket.

Metadata