Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #114 from postatum/101517326_simplify_logic
Browse files Browse the repository at this point in the history
Remove needs_confirmation usage in scaffold
  • Loading branch information
jstoiko committed Sep 28, 2015
2 parents 249d62b + 4725857 commit b26a214
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ class ItemsView(BaseView):
def delete_many(self):
es_items = self.get_collection_es()
items = self.Model.filter_objects(es_items)

if self.needs_confirmation():
return items

return self.Model._delete_many(items, self.request)

def update_many(self):
Expand Down

0 comments on commit b26a214

Please sign in to comment.