Skip to content

Commit 1f61c62

Browse files
author
Jelte Lagendijk
committed
Cleanup microflow after fix #9, bump version to minor
1 parent 61fb015 commit 1f61c62

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
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.2",
3+
"version": "3.1.0",
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: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,6 @@ define([
181181
console.warn("Error executing mf: ", error);
182182
}
183183
};
184-
if (!mx.version || parseInt(mx.version.split(".")[0], 10) < 6) {
185-
microflowAction.store = {
186-
caller: this.mxform
187-
};
188-
}
189184

190185
mx.ui.action(this.microflow, microflowAction);
191186
}

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.2" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="MicroflowTimer" version="3.1.0" 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/widgets/MicroflowTimer.mpk

-56 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)