Skip to content

Commit

Permalink
Merge pull request #3335 from ckan/3335-org-display-name-crash
Browse files Browse the repository at this point in the history
organization_create/_update crash if display_name passed
  • Loading branch information
amercader committed Nov 29, 2016
2 parents 82a12f2 + d6db29e commit 05df1be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckan/logic/schema.py
Expand Up @@ -323,7 +323,6 @@ def group_form_schema():
"capacity": [ignore_missing],
"__extras": [ignore]
}
schema['display_name'] = [ignore_missing]
return schema


Expand Down

0 comments on commit 05df1be

Please sign in to comment.