@xuda.io/runtime-bundle 1.0.649 → 1.0.650
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
|
@@ -13194,7 +13194,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
|
|
|
13194
13194
|
// if (!value) return func.UI.screen.fix_val_defaults(attrib, exp || nodeP.attributes[attrib]);
|
|
13195
13195
|
|
|
13196
13196
|
var res = await func.expression.get(SESSION_ID, exp, paramsP.dsSessionP, 'UI Attr EXP', _ds.currentRecordId);
|
|
13197
|
-
nodeP.attributes[attr] = value; //{ value: value, res: res };
|
|
13197
|
+
// nodeP.attributes[attr] = value; //{ value: value, res: res };
|
|
13198
13198
|
done_exp.push(attr);
|
|
13199
13199
|
return res.result; //func.UI.screen.fix_val_defaults(attrib, res.result);
|
|
13200
13200
|
};
|
|
@@ -10916,7 +10916,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
|
|
|
10916
10916
|
// if (!value) return func.UI.screen.fix_val_defaults(attrib, exp || nodeP.attributes[attrib]);
|
|
10917
10917
|
|
|
10918
10918
|
var res = await func.expression.get(SESSION_ID, exp, paramsP.dsSessionP, 'UI Attr EXP', _ds.currentRecordId);
|
|
10919
|
-
nodeP.attributes[attr] = value; //{ value: value, res: res };
|
|
10919
|
+
// nodeP.attributes[attr] = value; //{ value: value, res: res };
|
|
10920
10920
|
done_exp.push(attr);
|
|
10921
10921
|
return res.result; //func.UI.screen.fix_val_defaults(attrib, res.result);
|
|
10922
10922
|
};
|