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
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