@xuda.io/runtime-bundle 1.0.464 → 1.0.465
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-bundle.js +1 -1
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +1 -1
- package/js/xuda-runtime-slim.min.es.js +1 -1
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +1 -1
- package/js/xuda-worker-bundle.js +1 -1
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -4248,7 +4248,7 @@ func.datasource.execute = async function (SESSION_ID, dataSourceSession, IS_DATA
|
|
|
4248
4248
|
// }
|
|
4249
4249
|
// }
|
|
4250
4250
|
|
|
4251
|
-
if (!prog_obj.progDataSource?.dataSourceType || prog_obj.properties.renderType === '
|
|
4251
|
+
if (!prog_obj.progDataSource?.dataSourceType || prog_obj.properties.renderType === 'form' || (tree_obj.rwMode === 'U' && tree_obj.allowCreate)) {
|
|
4252
4252
|
_ds.currentRecordId = 'newRecord';
|
|
4253
4253
|
if (tree_obj.rwMode === 'U' && tree_obj.allowCreate) {
|
|
4254
4254
|
_ds.set_mode = 'C';
|
|
@@ -4249,7 +4249,7 @@ func.datasource.execute = async function (SESSION_ID, dataSourceSession, IS_DATA
|
|
|
4249
4249
|
// }
|
|
4250
4250
|
// }
|
|
4251
4251
|
|
|
4252
|
-
if (!prog_obj.progDataSource?.dataSourceType || prog_obj.properties.renderType === '
|
|
4252
|
+
if (!prog_obj.progDataSource?.dataSourceType || prog_obj.properties.renderType === 'form' || (tree_obj.rwMode === 'U' && tree_obj.allowCreate)) {
|
|
4253
4253
|
_ds.currentRecordId = 'newRecord';
|
|
4254
4254
|
if (tree_obj.rwMode === 'U' && tree_obj.allowCreate) {
|
|
4255
4255
|
_ds.set_mode = 'C';
|