mendixlabs / mendix-tree-table

Mendix Tree Table (Mendix 8, React based, Webmodeler compatible)
https://appstore.home.mendix.com/link/app/111095/
Other
3 stars 5 forks source link

Tree table is not working with Mendix 9.1 #34

Closed cerego closed 3 years ago

cerego commented 3 years ago

The page is not working after the Mendix 9.1 installation. The page displays the following message: An error occurred in a "com.mendix.widget.custom.mxtreetable.MxTreeTable" widget. Check updates for the widget in the Mendix App Store or contact the widget developer.

The javascript error is the following: TypeError: window.mx.meta.getEntity(...).isPersistable is not a function at t.getMXValidations (MxTreeTable.js?637555872077119955:3)

The issue seems due to mendix-react-widget-utils and specifically the entityIsPersistable function.

JelteMX commented 3 years ago

Thanks for reporting, I will look into it

JelteMX commented 3 years ago

Fixed in 2.3.1 and updated in the AppStore