Skip to content

Commit

Permalink
[#3012] Add couple of comments so not forgotten
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Jan 18, 2013
1 parent 3b4fff5 commit a112989
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ckan/controllers/group.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,10 @@ def bulk_process(self, id):
if param.startswith('dataset_'):
datasets.append(param[8:])

# OK we are now ready to process the action

# TODO @JohnMartin we need to do some styling of the bulk process form including the div that makes the form bigger and the corresponding FIXME in package/snippets/search-form.html


def new(self, data=None, errors=None, error_summary=None):
group_type = self._guess_group_type(True)
Expand Down

0 comments on commit a112989

Please sign in to comment.