@xuda.io/runtime-bundle 1.0.1312 → 1.0.1313

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.
@@ -28181,8 +28181,9 @@ func.UI.update_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
28181
28181
 
28182
28182
  // Notify of change
28183
28183
  if (oldValue !== value) {
28184
+ let cleanPath = currentPath.shift();
28184
28185
  onChange({
28185
- path: currentPath.join('.'),
28186
+ path: cleanPath.join('.'),
28186
28187
  oldValue,
28187
28188
  newValue: value,
28188
28189
  type: 'set',