Learn more about these different git repos.
Other Git URLs
851bcef
@@ -20,7 +20,7 @@
name = fields.Str()
owner = fields.Str()
- # is_a_group_project = fields.Bool()
+ is_a_group_project = fields.Bool(allow_none=True)
group = fields.Str(allow_none=True)
description = fields.Str()
Fixes: #1432
Signed-off-by: Cole Robinson crobinso@redhat.com
+1, no tests are required because we fix apiv2 while current version is apiv3. And this indeed fixes the traceback.
rebased onto 851bcef
Pull-Request has been merged by praiskup
Fixes: #1432
Signed-off-by: Cole Robinson crobinso@redhat.com