@xuda.io/runtime-bundle 1.0.1276 → 1.0.1277

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8680,6 +8680,8 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
8680
8680
  var _ds = SESSION_OBJ[SESSION_ID].DS_GLB[queue_obj.dsSession];
8681
8681
  _ds.currentRecordId = currentRecordId || queue_obj.paramsP.currentRecordId;
8682
8682
 
8683
+ console.info(queue_obj.dsSession, _ds.currentRecordId);
8684
+
8683
8685
  var datasource_changes = {
8684
8686
  [_ds.dsSession]: { [_ds.currentRecordId]: 'set' },
8685
8687
  };
@@ -8681,6 +8681,8 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
8681
8681
  var _ds = SESSION_OBJ[SESSION_ID].DS_GLB[queue_obj.dsSession];
8682
8682
  _ds.currentRecordId = currentRecordId || queue_obj.paramsP.currentRecordId;
8683
8683
 
8684
+ console.info(queue_obj.dsSession, _ds.currentRecordId);
8685
+
8684
8686
  var datasource_changes = {
8685
8687
  [_ds.dsSession]: { [_ds.currentRecordId]: 'set' },
8686
8688
  };