@xuda.io/xuda-worker-bundle-min 1.3.888 → 1.3.890
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 +6 -10
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -2329,8 +2329,6 @@ func.datasource.execute = async function (
|
|
|
2329
2329
|
"E"
|
|
2330
2330
|
);
|
|
2331
2331
|
}
|
|
2332
|
-
// await sort_exp_util(_ds._ds.v.viewSortExp);
|
|
2333
|
-
// await db_query_exp_util(_ds?._ds.v?.progDataSource?.dataSourceQueryScript);
|
|
2334
2332
|
|
|
2335
2333
|
await db_adapter_module.build_filter(
|
|
2336
2334
|
SESSION_ID,
|
|
@@ -4841,7 +4839,6 @@ func.datasource.set_VIEW_data = async function (SESSION_ID, args, _ds) {
|
|
|
4841
4839
|
);
|
|
4842
4840
|
|
|
4843
4841
|
_ds.v.dataSourceSrcType = view.dataSourceSrcType;
|
|
4844
|
-
_ds.v.viewExitExp = view.dataSourceExitScript;
|
|
4845
4842
|
|
|
4846
4843
|
if (view.progDataSource) _ds.progDataSource = view.progDataSource;
|
|
4847
4844
|
|
|
@@ -6070,13 +6067,6 @@ func.utils.get_drive_url = function (SESSION_ID, val, wrap) {
|
|
|
6070
6067
|
var _session = SESSION_OBJ[SESSION_ID];
|
|
6071
6068
|
function replaceFiletoURL(fileString) {
|
|
6072
6069
|
const _app = APP_OBJ[_session.app_id];
|
|
6073
|
-
// let _domain = _session.domain;
|
|
6074
|
-
// if (_session.is_deployment) {
|
|
6075
|
-
// _domain =
|
|
6076
|
-
// _session.opt.regional_server === "dev.xuda.io"
|
|
6077
|
-
// ? "dev.xuda.io"
|
|
6078
|
-
// : "xuda.io";
|
|
6079
|
-
// }
|
|
6080
6070
|
|
|
6081
6071
|
let url = `https://${_session.domain}/workspace-drive/${
|
|
6082
6072
|
_app.is_deployment ? _app.app_datacenter_id : _app.app_id_reference
|
|
@@ -6600,6 +6590,12 @@ func.utils.get_system_error_msg = function () {
|
|
|
6600
6590
|
subject: "Delete Mode Denied",
|
|
6601
6591
|
msg: "Delete mode not allowed for this program",
|
|
6602
6592
|
};
|
|
6593
|
+
m["SYS_MSG_0126"] = {
|
|
6594
|
+
alert_type: "error",
|
|
6595
|
+
alertDisplay: "modal",
|
|
6596
|
+
subject: "Program Read Only",
|
|
6597
|
+
msg: "Program set to Read Only",
|
|
6598
|
+
};
|
|
6603
6599
|
m["SYS_MSG_0130"] = {
|
|
6604
6600
|
alert_type: "error",
|
|
6605
6601
|
alertDisplay: "modal",
|