The store: { caller: this.mxform } is deprecated in MX7 (and shouldn't be used in MX6 either), this needs to be replaced with origin : this.mxform. Need to fix this in the _execMF method (actually, make a distinction between Mendix versions using mx.version)
The
store: { caller: this.mxform }is deprecated in MX7 (and shouldn't be used in MX6 either), this needs to be replaced withorigin : this.mxform. Need to fix this in the _execMF method (actually, make a distinction between Mendix versions usingmx.version)