...does not seem to completely work. After making a call such as: myValuesManager.removeMember("myForm"), a call to myValuesManager.getMembers() still lists myForm as a member. When calling something like myValuesManager.setValues(record) after the remove has been called, the following error is encountered:
this.form has no properties
/ISC_Forms.js?isc_version=5.5.1
Line 304
Has this already been patched and I haven't recognized it in the Addendums section?
this.form has no properties
/ISC_Forms.js?isc_version=5.5.1
Line 304
Has this already been patched and I haven't recognized it in the Addendums section?
Comment