#1460 getInheritanceData API call should raise GenericError exception for non existing tag ID
Closed: Fixed 3 years ago by mikem. Opened 3 years ago by jcupova.

Steps to Reproduce:
Run a getInheritanceData(non_exist_tag_ID)

Actual result:

[]

Expected result:

GenericError exception should be raised


Interesting, there is a check (strict), that if you provide tag name, exception is raised. This is not the same for tagID. It makes sense to behave same way here.

Metadata Update from @tkopecek:
- Custom field Size adjusted to None
- Issue set to the milestone: 1.18

3 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #1461 Merged 3 years ago