fix so that non sysadmins can edit harvest sources of organizations they
are admins or editors of.
This commit is contained in:
parent
6540726c47
commit
a42991b8c9
|
@ -59,6 +59,7 @@ def harvest_source_create_package_schema():
|
|||
def harvest_source_update_package_schema():
|
||||
|
||||
schema = harvest_source_create_package_schema()
|
||||
schema['owner_org'] = [ignore_missing, owner_org_validator, unicode]
|
||||
|
||||
return schema
|
||||
|
||||
|
|
Loading…
Reference in New Issue