Skip to content

Commit

Permalink
[#1102] Add display_name to schema so it shows on the Groups tab
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Dec 5, 2013
1 parent db01ffe commit 78fa009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckan/logic/schema.py
Expand Up @@ -223,6 +223,7 @@ def default_show_package_schema():

schema['groups'].update({
'description': [ignore_missing],
'display_name': [ignore_missing],
'image_display_url': [ignore_missing],
})

Expand Down

0 comments on commit 78fa009

Please sign in to comment.