Skip to content

Commit

Permalink
[#3335] Revert "Fix 500 error on viewing a group with a custom group …
Browse files Browse the repository at this point in the history
…schema"

This reverts commit 952f28b.
  • Loading branch information
wardi committed Nov 26, 2016
1 parent d6fb44b commit d6db29e
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 d6db29e

Please sign in to comment.