Form Loader not working in 7.14.1 ????

1
Hi There   Ive upgraded to 7.14.1 and now none of my form loaders work....is there a fix for this???!!!!#   Regards, Patrick
asked
2 answers
3

Hi Vincent, Looks like you're looking in the wrong place. Basically any place there is a method called mx.ui.open form you need to include the node option.

 

See for example here:

https://github.com/Andries-Smit/Formloader/blob/master/src/Formloader/widget/Formloader.js#L234

 

Looking at it quickly this seems to be the only line that needs changing. 

 

Regards

Simon

 

 

answered
1

Hi Patrick,

 

See my commit here from another widget:

https://github.com/tieniber/FormCarousel/pull/1/commits/6751bea4565084423b89229ca92b46d8bfc01679

 

Essentially you need to include a location now. So if you include: location: "node" into your js. this should fix the issue.

 

This will be fixed in 7.15.0.

 

Regards

Simon

answered