mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Don't override children state [stage]
This commit is contained in:
parent
3b1510f5de
commit
0f01d29772
2 changed files with 3 additions and 2 deletions
|
@ -409,7 +409,8 @@ public abstract class DataStorage {
|
|||
deleteWithChildren(toRemove.toArray(DataStoreEntry[]::new));
|
||||
addStoreEntriesIfNotPresent(toAdd.stream().map(DataStoreEntryRef::get).toArray(DataStoreEntry[]::new));
|
||||
toUpdate.forEach(pair -> {
|
||||
pair.getKey().setStoreInternal(pair.getValue().getStore(), false);
|
||||
// TODO do we need this, it erases any custom information?
|
||||
// pair.getKey().setStoreInternal(pair.getValue().getStore(), false);
|
||||
|
||||
// Update state by merging
|
||||
if (pair.getKey().getStorePersistentState() != null
|
||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
|||
8.0-7
|
||||
8.0-8
|
||||
|
|
Loading…
Reference in a new issue