RuntimePropsDatasource doesn't commit changes in case of single deletion #PL-4783

This commit is contained in:
Alena Kovalenko 2015-01-28 16:44:41 +00:00
parent ed22465a67
commit 67f7602115

View File

@ -150,6 +150,9 @@ public class RuntimePropsDatasourceImpl
this.valid();
inittedBefore = true;
if (!itemToDelete.isEmpty()) {
modified = true;
}
}
protected void createOptionsDatasource(CategoryAttribute attribute, final SetValueEntity attributeValue) {