Unknown error message that Im unable to fix isCurrency

1
I’ve got an app that we haven’t used for a while that was originally created in Mendix 7 and has now been upgraded to Mendix 8.15.2. We are now getting this error messages when trying to edit an object and I’m unsure on how to fix this issue as I’ve never come across an error like this before. Any help would be great thanks.   DataManagement.Edit_Property.dataView1: Error while applying context Error: DataManagement.Edit_Property.formatString2: Error while applying context Error: DataManagement.Edit_Property.formatString2: Error while applying context TypeError: t.isCurrency is not a function Error: DataManagement.Edit_Property.dataView1: Error while applying context Error: DataManagement.Edit_Property.formatString2: Error while applying context Error: DataManagement.Edit_Property.formatString2: Error while applying context TypeError: t.isCurrency is not a function at http://localhost:8080/mxclientsystem/mxui/mxui.js?637412030291097714:39:28497 at Object.t.collect (http://localhost:8080/mxclientsystem/mxui/mxui.js?637412030291097714:34:83178) at Object.e.exports.applyContext (http://localhost:8080/mxclientsystem/mxui/mxui.js?637412030291097714:39:28395) at http://localhost:8080/mxclientsystem/mxui/mxui.js?637412030291097714:39:28183 at a (http://localhost:8080/mxclientsystem/mxui/mxui.js?637412030291097714:34:82891) at Object.t.sequence (http://localhost:8080/mxclientsystem/mxui/mxui.js?637412030291097714:34:82900) at Object.e.exports.fireOnReady (http://localhost:8080/mxclientsystem/mxui/mxui.js?637412030291097714:39:27367) at http://localhost:8080/mxclientsystem/mxui/mxui.js?637412030291097714:39:28147 at Object.t.collect (http://localhost:8080/mxclientsystem/mxui/mxui.js?637412030291097714:34:83178) at e.exports.loadWidgetsIn (http://localhost:8080/mxclientsystem/mxui/mxui.js?637412030291097714:39:28029)  
asked
1 answers
1

Did you update the formatstring widget?

answered