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 20, 2012
1 parent a087cf8 commit e97b5c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ckan/controllers/group.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,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 e97b5c7

Please sign in to comment.