Tweak how batch handler is invoked to remove row

also, removes some related logic which now lives in handler
This commit is contained in:
Lance Edgar 2019-03-11 19:32:41 -05:00
parent c78d6f2104
commit d0b1cb527e
2 changed files with 1 additions and 15 deletions

View file

@ -1120,7 +1120,7 @@ class BatchMasterView(MasterView):
"""
Perform the actual deletion of given row object.
"""
self.handler.remove_row(row)
self.handler.do_remove_row(row)
def bulk_delete_rows(self):
"""