@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.
@@ -9050,8 +9050,9 @@ func.UI.update_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
9050
9050
 
9051
9051
  // Notify of change
9052
9052
  if (oldValue !== value) {
9053
+ let cleanPath = currentPath.shift();
9053
9054
  onChange({
9054
- path: currentPath.join('.'),
9055
+ path: cleanPath.join('.'),
9055
9056
  oldValue,
9056
9057
  newValue: value,
9057
9058
  type: 'set',
@@ -9051,8 +9051,9 @@ func.UI.update_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
9051
9051
 
9052
9052
  // Notify of change
9053
9053
  if (oldValue !== value) {
9054
+ let cleanPath = currentPath.shift();
9054
9055
  onChange({
9055
- path: currentPath.join('.'),
9056
+ path: cleanPath.join('.'),
9056
9057
  oldValue,
9057
9058
  newValue: value,
9058
9059
  type: 'set',