fix so that non sysadmins can edit harvest sources of organizations they

are admins or editors of.
This commit is contained in:
kindly 2013-06-27 12:15:51 +01:00
parent 6540726c47
commit a42991b8c9
1 changed files with 1 additions and 0 deletions

View File

@ -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