Skip to content

Commit 61fb015

Browse files
authored
Merge pull request #9 from reinouts/1066498-terminate-micoflow-timer
#1067325: terminate micoflow timer
2 parents ea4f12e + fab0473 commit 61fb015

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MicroflowTimer",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "",
55
"license": "",
66
"author": "",
@@ -34,4 +34,4 @@
3434
"folders": "node ./node_modules/gulp/bin/gulp folders",
3535
"modeler": "node ./node_modules/gulp/bin/gulp modeler"
3636
}
37-
}
37+
}

src/MicroflowTimer/widget/MicroflowTimer.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ define([
169169
var microflowAction = {
170170
params: {
171171
applyto: "selection",
172-
actionname: this.microflow,
173172
guids: [this._contextObj.getGuid()]
174173
},
175174
callback: lang.hitch(this, function(result) {
@@ -186,11 +185,9 @@ define([
186185
microflowAction.store = {
187186
caller: this.mxform
188187
};
189-
} else {
190-
microflowAction.origin = this.mxform;
191188
}
192189

193-
mx.data.action(microflowAction);
190+
mx.ui.action(this.microflow, microflowAction);
194191
}
195192
},
196193

src/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="MicroflowTimer" version="3.0.1" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="MicroflowTimer" version="3.0.2" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="MicroflowTimer/MicroflowTimer.xml"/>
66
</widgetFiles>
77
<files>
88
<file path="MicroflowTimer/widget/"/>
99
</files>
1010
</clientModule>
11-
</package>
11+
</package>

test/Test.mpr

0 Bytes
Binary file not shown.

test/widgets/MicroflowTimer.mpk

-38 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)