Graph error : s.isPersistable is not a function TypeError: s.isPersistable is not a function

9
  Hello All, I am using Graph for the first time and getting the below error.  Please advise. An error occurred in a "com.mendix.widget.custom.LineChart.LineChart" widget. Check updates for the widget in the Mendix App Store or contact the widget developer. Its also giving error in the logs  s.isPersistable is not a function TypeError: s.isPersistable is not a function     at http://localhost:8080/widgets/com/mendix/widget/custom/PieChart/PieChart.js?637649040918797087:1:176858     at Array.forEach (<anonymous>)     at Object.e.validateSeriesProps (http://localhost:8080/widgets/com/mendix/widget/custom/PieChart/PieChart.js?637649040918797087:1:175157)     at e.componentDidMount (http://localhost:8080/widgets/com/mendix/widget/custom/PieChart/PieChart.js?637649040918797087:12:196687)     at ds (http://localhost:8080/mxclientsystem/mxui/mxui.js?637649040918797087:46:85708)     at Oc (http://localhost:8080/mxclientsystem/mxui/mxui.js?637649040918797087:46:102550)     at t.unstable_runWithPriority (http://localhost:8080/mxclientsystem/mxui/mxui.js?637649040918797087:73:3765)     at zr (http://localhost:8080/mxclientsystem/mxui/mxui.js?637649040918797087:46:44660)     at Ac (http://localhost:8080/mxclientsystem/mxui/mxui.js?637649040918797087:46:99289)     at fc (http://localhost:8080/mxclientsystem/mxui/mxui.js?637649040918797087:46:95400)  
asked
3 answers
2

Hi Jain, 

we also have discovered the same issue. 

We believe that Mendix 9 has deactivated the Entity.isPersistable. Widgets that use this function are not longer working with Mendix 9.


Is there someone out here who knows how to call that persistable check now?

The JS-Console does not help a lot...

i


Best Regards,

Frederik

answered
0

I had exactly the same Problem. I used a Microflow to fill in my Data Source but I chose the option “Database” instead of “Microflow” which causes the exact same error, see the screenshot attached.

 

answered
-6

It seems that your usage of isPersistable does not match with something within the graph. Check the documentation to see if there is something missing.

answered