@xuda.io/xuda-worker-bundle-min 1.3.884 → 1.3.885
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/index.js +4 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -2754,7 +2754,10 @@ func.datasource.execute = async function (
|
|
|
2754
2754
|
}
|
|
2755
2755
|
|
|
2756
2756
|
const row_not_found = async function () {
|
|
2757
|
-
if (
|
|
2757
|
+
if (
|
|
2758
|
+
!prog_obj.progDataSource?.dataSourceType ||
|
|
2759
|
+
(tree_obj.rwMode === "U" && tree_obj.allowCreate)
|
|
2760
|
+
) {
|
|
2758
2761
|
_ds.currentRecordId = "newRecord";
|
|
2759
2762
|
_ds.set_mode = "C";
|
|
2760
2763
|
_ds.record_not_found = true;
|