You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In class StringTagField, the method saveInto() should not write the data record. Validation will take place before all values are pushed to the DataObject, therefore throwing false validation errors.
Also, should remove empty values or zeros when used as "not multiple"
The text was updated successfully, but these errors were encountered:
According to the changelog, I'm using version 1.3.0 in SS 4.1.2, but I see the code is the same in the latest version. I'm using StringTagField because the field I'm setting is on the same record, where it looks like TagField requires a relational object
In class StringTagField, the method saveInto() should not write the data record. Validation will take place before all values are pushed to the DataObject, therefore throwing false validation errors.
Also, should remove empty values or zeros when used as "not multiple"
The text was updated successfully, but these errors were encountered: