SmartClient Version: v13.0p_2023-12-08/Enterprise Deployment (built 2023-12-08)
I can confirm it's fixed, thank you very much
Announcement
Collapse
No announcement yet.
X
-
The issue has been solved and the fix will be available as of tomorrow's builds, dated Dec 07.
Regards
Isomorphic Software
Leave a comment:
-
js error for upload item
SNAPSHOT_v13.1d_2023-11-22/Enterprise Deployment
Chrome on MacOS
Hello, I've got a js error TypeError: ds.getField is not a function in ISC_Forms.js, line 51451, <field = ds.getField(this.name);>:
Code:if (this._elementType == "FILE") { // capture is not defined in the fileItem/uploadItem if (!this.capture) { // we search for the mimeType in the DSField if (this.form.parentElement && this.form.parentElement.dataSource) { var ds = this.form.parentElement.dataSource, field = ds.getField(this.name);
Tags: None
Leave a comment: