mendix/validator module missing when creating deployment package

2
Hi all, For a custom widget I am using a module from the Mendix 6 client API: https://apidocs.mendix.com/6/client/module-mendix_validator.html When running locally, this runs smoothly and the validator.validate function, which I use to handle the fact that Mendix does not allow Decimals with more than 8 digits, works properly. When I try to create a deployment package, however, I am not able to. I ran Tools > Check Widgets and found out it is because of this module. What I see that this module is not being included in ..\deployment\data\tmp\dojo\mendix but lang.js and the lib folder are there. The only one that is missing is the validator.js file. It should be included in the mxclientsystem, right? Could it be, that this file is missing because in creating a deployment package in Mendix 6, Mendix accidently did not include this file?
asked
2 answers
0

Any ideas anybody?

answered
0

This appears to have been an oversight from our side!

Update: This has been fixed in 6.7.0

answered