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 11{
22  "name" : " HTMLSnippet"  ,
3-   "version" : " 3.8.1 "  ,
3+   "version" : " 3.9.0 "  ,
44  "description" : " "  ,
55  "license" : " "  ,
66  "author" : " "  ,
Original file line number Diff line number Diff line change @@ -112,14 +112,12 @@ define([
112112        _executeMicroflow : function  ( )  { 
113113            logger . debug ( this . id  +  "._executeMicroflow" ) ; 
114114            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 ( ) ] ; 
121119                } 
122-                 mx . data . action ( { 
120+                 mx . ui . action ( this . onclickmf ,   { 
123121                    params : params , 
124122                    callback : function  ( obj )  {  } , 
125123                    error : function  ( error )  {  } 
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 =" 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/"  >
44        <widgetFiles >
55            <widgetFile  path =" HTMLSnippet/HTMLSnippet.xml"  />
66            <widgetFile  path =" HTMLSnippet/HTMLSnippetContext.xml"  />
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments