actionFunction for modal buttons

This commit is contained in:
Yuri Kuznetsov
2023-11-07 14:00:50 +02:00
parent 8f1565c2d6
commit 174fcaa5df
+1
View File
@@ -470,6 +470,7 @@ class ModalView extends View {
Espo.Utils.handleAction(this, e.originalEvent, e.currentTarget, {
action: o.name,
handler: handler,
actionFunction: o.actionFunction,
});
});