mirror of
https://github.com/esiur/esiur-js.git
synced 2026-04-03 21:48:21 +00:00
ConnectionStatus
This commit is contained in:
@@ -155,9 +155,9 @@ export default class Instance extends IEventHandler
|
||||
this.modificationDates[pt.index] = now;
|
||||
|
||||
if (pt.recordable)
|
||||
this.store.record(resource, pt.name, value, this.ages[pt.index], now);
|
||||
this.store?.record(resource, pt.name, value, this.ages[pt.index], now);
|
||||
else
|
||||
this.store.modify(resource, pt.name, value, this.ages[pt.index], now);
|
||||
this.store?.modify(resource, pt.name, value, this.ages[pt.index], now);
|
||||
|
||||
let pmInfo = new PropertyModificationInfo(resource, pt, value, this.instanceAge);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user