src->lib
This commit is contained in:
parent
d6af453532
commit
de0f45e91f
|
|
@ -869,7 +869,7 @@ var TreeStore = /** @class */ (function (_super) {
|
|||
var id = ids_1_1.value;
|
||||
var alreadyDirtyNode = false;
|
||||
var node = (this.store[entity])[id];
|
||||
(0, assert_1.assert)(node && (!node.$txnId || node.$next == context.getCurrentTxnId()));
|
||||
(0, assert_1.assert)(node && (!node.$txnId || node.$txnId == context.getCurrentTxnId()));
|
||||
if (!node.$txnId) {
|
||||
node.$txnId = context.getCurrentTxnId();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ import { judgeRelation } from 'oak-domain/lib/store/relation';
|
|||
import { execOp, Expression, ExpressionConstant, isExpression, opMultipleParams } from 'oak-domain/lib/types/Expression';
|
||||
import { SyncContext } from 'oak-domain/lib/store/SyncRowStore';
|
||||
import { AsyncContext } from 'oak-domain/lib/store/AsyncRowStore';
|
||||
import { CascadeStore } from 'oak-domain/src/store/CascadeStore';
|
||||
import { CascadeStore } from 'oak-domain/lib/store/CascadeStore';
|
||||
import { Context } from 'oak-domain/lib/types';
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue