Skip to content

Commit 3afebd8

Browse files
author
Jelte Lagendijk
committed
Fix #7: MicroflowTimer will not close popup
1 parent a3c16ef commit 3afebd8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/MicroflowTimer/widget/MicroflowTimer.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ require([
8787
}
8888
},
8989

90-
_execMf: function () {
90+
_execMf: function () {
9191
console.log(this.id + '._execMf');
92-
92+
9393
var self = this,
9494
guids = [this._contextObj.getGuid()],
9595
mf = this.microflow;
@@ -99,6 +99,9 @@ require([
9999
actionname: mf,
100100
guids: guids
101101
},
102+
store: {
103+
caller: this.mxform
104+
},
102105
callback: function (result) {
103106
if (!result) {
104107
console.log('stopping timer');

0 commit comments

Comments
 (0)