bugfix
This commit is contained in:
parent
a1213867ed
commit
e3eae8972a
@ -244,7 +244,7 @@ bricks.DynamicAccordion = class extends bricks.VScrollPanel {
|
||||
title:'Delete conform',
|
||||
message:'Are you sure to delete is record?'
|
||||
});
|
||||
conform_w.bind('conform', this.delete_record_act.bind(this, info, record));
|
||||
conform_w.bind('conformed', this.delete_record_act.bind(this, info, record));
|
||||
conform_w.bind('discard', conform_w.dismiss.bind(conform_w));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user