Skip to content

Commit

Permalink
[#2937] Add extras_as_string to group history()
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed Sep 21, 2012
1 parent dcf1474 commit 0ae8491
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ckan/controllers/group.py
Expand Up @@ -403,7 +403,8 @@ def history(self, id):

context = {'model': model, 'session': model.Session,
'user': c.user or c.author,
'schema': self._form_to_db_schema()}
'schema': self._form_to_db_schema(),
'extras_as_string': True}
data_dict = {'id': id}
try:
c.group_dict = get_action('group_show')(context, data_dict)
Expand Down

0 comments on commit 0ae8491

Please sign in to comment.