File tree Expand file tree Collapse file tree 5 files changed +5
-8
lines changed
Expand file tree Collapse file tree 5 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " MicroflowTimer" ,
3- "version" : " 3.0.1 " ,
3+ "version" : " 3.0.2 " ,
44 "description" : " " ,
55 "license" : " " ,
66 "author" : " " ,
3434 "folders" : " node ./node_modules/gulp/bin/gulp folders" ,
3535 "modeler" : " node ./node_modules/gulp/bin/gulp modeler"
3636 }
37- }
37+ }
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments