mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-05 04:38:10 +08:00
RuntimePropsDatasource doesn't commit changes in case of single deletion #PL-4783
This commit is contained in:
parent
ed22465a67
commit
67f7602115
@ -150,6 +150,9 @@ public class RuntimePropsDatasourceImpl
|
||||
|
||||
this.valid();
|
||||
inittedBefore = true;
|
||||
if (!itemToDelete.isEmpty()) {
|
||||
modified = true;
|
||||
}
|
||||
}
|
||||
|
||||
protected void createOptionsDatasource(CategoryAttribute attribute, final SetValueEntity attributeValue) {
|
||||
|
Loading…
Reference in New Issue
Block a user