File tree Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " HTMLSnippet" ,
3
- "version" : " 3.8.1 " ,
3
+ "version" : " 3.9.0 " ,
4
4
"description" : " " ,
5
5
"license" : " " ,
6
6
"author" : " " ,
Original file line number Diff line number Diff line change @@ -112,14 +112,12 @@ define([
112
112
_executeMicroflow : function ( ) {
113
113
logger . debug ( this . id + "._executeMicroflow" ) ;
114
114
if ( this . onclickmf ) {
115
- var params = {
116
- applyto : "selection" ,
117
- actionname : this . onclickmf
118
- } ;
119
- if ( this . contextObj != null ) {
120
- params . guids = [ this . contextObj . getGuid ( ) ]
115
+ var params = { } ;
116
+ if ( this . contextObj !== null ) {
117
+ params . applyto = "selection" ;
118
+ params . guids = [ this . contextObj . getGuid ( ) ] ;
121
119
}
122
- mx . data . action ( {
120
+ mx . ui . action ( this . onclickmf , {
123
121
params : params ,
124
122
callback : function ( obj ) { } ,
125
123
error : function ( error ) { }
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<package xmlns =" http://www.mendix.com/package/1.0/" >
3
- <clientModule name =" HTMLSnippet" version =" 3.8.1 " xmlns =" http://www.mendix.com/clientModule/1.0/" >
3
+ <clientModule name =" HTMLSnippet" version =" 3.9.0 " xmlns =" http://www.mendix.com/clientModule/1.0/" >
4
4
<widgetFiles >
5
5
<widgetFile path =" HTMLSnippet/HTMLSnippet.xml" />
6
6
<widgetFile path =" HTMLSnippet/HTMLSnippetContext.xml" />
You can’t perform that action at this time.
0 commit comments