We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5954aac commit d74cc72Copy full SHA for d74cc72
renku/ui/service/controllers/datasets_edit.py
@@ -73,7 +73,7 @@ def renku_op(self):
73
74
creators: Union[NoValueType, List[Person]]
75
if "creators" in self.ctx:
76
- creators, warnings = construct_creators(self.ctx.get("creators")) # type: ignore
+ creators, warnings = construct_creators(self.ctx.get("creators"), ignore_email=True) # type: ignore
77
else:
78
creators = NO_VALUE
79
0 commit comments