tieniber / PrintScreen

A Mendix widget to grab an element (or the whole screen) and write it to a PDF
Apache License 2.0
0 stars 9 forks source link

The ClosePage behaviour is broken in Mendix 9 #8

Open bs-baba opened 2 years ago

bs-baba commented 2 years ago

This widget breaks the ClosePage behaviour in Mendix 9. See https://forum.mendix.com/link/questions/111609.

Specifically, when you use the close page action in a microflow, this error is thrown: Error ...actionButton4: i.closePage(...).finally is not a function. By removing the widget from my project, the error disappeared.