Make sure that APIs that aggregate task/model data from projects can be called for the root project

This commit is contained in:
allegroai 2024-02-13 16:17:33 +02:00
parent 801e536c5e
commit 5799baae45

View File

@ -46,7 +46,7 @@ class ProjectTagsRequest(TagsRequest):
class MultiProjectRequest(models.Base): class MultiProjectRequest(models.Base):
projects = fields.ListField(str) projects = fields.ListField(items_types=[str, type(None)])
include_subprojects = fields.BoolField(default=True) include_subprojects = fields.BoolField(default=True)