Support not returning hidden sub-projects when include_stats is specified without search_hidden

This commit is contained in:
allegroai
2022-04-18 16:36:14 +03:00
parent 5f21c3a56d
commit 5131b17901
3 changed files with 27 additions and 3 deletions

View File

@@ -60,3 +60,4 @@ def validate_id(cls, company, **kwargs):
class EntityVisibility(Enum):
active = "active"
archived = "archived"
hidden = "hidden"