Creation of new scripts.
This commit is contained in:
@@ -502,7 +502,6 @@ class PydSubmission(BaseModel, extra='allow'):
|
||||
dlg = ObjectSelector(title="Missing Submitting Lab",
|
||||
message="We need a submitting lab. Please select from the list.",
|
||||
obj_type=Organization)
|
||||
|
||||
if dlg.exec():
|
||||
value['value'] = dlg.parse_form()
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user