Tweak how batch handler is invoked to remove row
also, removes some related logic which now lives in handler
This commit is contained in:
parent
c78d6f2104
commit
d0b1cb527e
2 changed files with 1 additions and 15 deletions
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue