@xuda.io/runtime-bundle 1.0.767 → 1.0.768
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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -12622,7 +12622,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
12622
12622
|
},
|
|
12623
12623
|
},
|
|
12624
12624
|
};
|
|
12625
|
-
await func.datasource.update(SESSION_ID, datasource_changes, null, true);
|
|
12625
|
+
await func.datasource.update(SESSION_ID, datasource_changes, null, ['radio', 'checkbox'].includes(input_field_type) ? true : false);
|
|
12626
12626
|
}
|
|
12627
12627
|
}
|
|
12628
12628
|
}
|
|
@@ -10332,7 +10332,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10332
10332
|
},
|
|
10333
10333
|
},
|
|
10334
10334
|
};
|
|
10335
|
-
await func.datasource.update(SESSION_ID, datasource_changes, null, true);
|
|
10335
|
+
await func.datasource.update(SESSION_ID, datasource_changes, null, ['radio', 'checkbox'].includes(input_field_type) ? true : false);
|
|
10336
10336
|
}
|
|
10337
10337
|
}
|
|
10338
10338
|
}
|