PL-8057 - Setting null to the CategoryAttributeValue should clear transient fields as well

This commit is contained in:
Maxim Gorbunkov 2016-11-24 17:38:03 +04:00
parent 392d586f91
commit 269cfb1316

View File

@ -188,6 +188,8 @@ public class CategoryAttributeValue extends StandardEntity {
booleanValue = null;
entityValue = null;
dateValue = null;
transientEntityValue = null;
transientCollectionValue = null;
} else if (value instanceof Date) {
setDateValue((Date) value);
} else if (value instanceof Integer) {