delete row issue in grid fixed
This commit is contained in:
parent
5174aa8065
commit
07a57c101c
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ class DocList:
|
|||
if hasattr(self.obj, 'custom_' + method):
|
||||
getattr(self.obj, 'custom_' + method)()
|
||||
|
||||
trigger(method, self.doc)
|
||||
trigger(method, self.obj.doc)
|
||||
|
||||
self.set_doclist([self.obj.doc] + self.obj.doclist)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue