Audit log issue while viewing individual audit logs in logLine_View

0
HI Team, I am getting error while compiling the project with audit trail module. I am using 8.0.0 version of audittrail module and 8.3.1 mendix version. Logs are getting generated but when I click on view button in LogLine_View, its blocking. I am getting following error while compiling :  Error while applying context Error: AuditTrail.LogLine_View.dataView1: Error while applying context Error: AuditTrail.LineDetailsSnippet.formatString1: Error while applying context Error: AuditTrail.LineDetailsSnippet.formatString1: Error while applying context TypeError: obj.isCurrency is not a function Error: : Error while applying context Error: AuditTrail.LogLine_View.dataView1: Error while applying context Error: AuditTrail.LineDetailsSnippet.formatString1: Error while applying context Error: AuditTrail.LineDetailsSnippet.formatString1: Error while applying context TypeError: obj.isCurrency is not a function     at http://localhost:8085/mxclientsystem/mxui/mxui.js?637456996522024299:40:11184     at Object.t.collect (http://localhost:8085/mxclientsystem/mxui/mxui.js?637456996522024299:35:72353)     at Object.e.exports.applyContext (http://localhost:8085/mxclientsystem/mxui/mxui.js?637456996522024299:40:11082)     at http://localhost:8085/mxclientsystem/mxui/mxui.js?637456996522024299:40:10870     at a (http://localhost:8085/mxclientsystem/mxui/mxui.js?637456996522024299:35:72066)     at Object.t.sequence (http://localhost:8085/mxclientsystem/mxui/mxui.js?637456996522024299:35:72075)     at Object.e.exports.fireOnReady (http://localhost:8085/mxclientsystem/mxui/mxui.js?637456996522024299:40:10054)     at http://localhost:8085/mxclientsystem/mxui/mxui.js?637456996522024299:40:10834     at Object.t.collect (http://localhost:8085/mxclientsystem/mxui/mxui.js?637456996522024299:35:72353)     at Object.e.exports.loadWidgetsIn (http://localhost:8085/mxclientsystem/mxui/mxui.js?637456996522024299:40:10716)   Can you please help as its very urgent? Thank you.
asked
2 answers
1

The issue is most likely with the java code that is checking for a currency field that is no longer available in the used Mendix version.

Solution would be to download the newer compatible version for your Mendix version.

answered
0

Hi @Erwin’t Hoen , Thanks for your value reply. As you said the mendix version which am using is not compatible with the format string widget . The format string widget got depreciated in the mendix  version 8.12 . The app store is suggesting to use alternate widget like text template , which do similar function of format string . 

answered