Learn more about these different git repos.
Other Git URLs
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.
strict
tagID
PR #1461
Commit d5a673d fixes this issue
Commit 7a159ef fixes this issue
Metadata Update from @tkopecek: - Custom field Size adjusted to None - Issue set to the milestone: 1.18
Login to comment on this ticket.