From d6db29e8f756e7d1f35576c2979238823ac39bb9 Mon Sep 17 00:00:00 2001 From: Ian Ward Date: Fri, 25 Nov 2016 19:27:26 -0500 Subject: [PATCH] [#3335] Revert "Fix 500 error on viewing a group with a custom group schema" This reverts commit 952f28b659aa297cdeaf12d4512da6532cf1c591. --- ckan/logic/schema.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ckan/logic/schema.py b/ckan/logic/schema.py index 259c74cdc8c..0b1619dc059 100644 --- a/ckan/logic/schema.py +++ b/ckan/logic/schema.py @@ -323,7 +323,6 @@ def group_form_schema(): "capacity": [ignore_missing], "__extras": [ignore] } - schema['display_name'] = [ignore_missing] return schema