@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.
|
@@ -32875,7 +32875,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
|
|
|
32875
32875
|
// if (!value) return func.UI.screen.fix_val_defaults(attrib, exp || nodeP.attributes[attrib]);
|
|
32876
32876
|
|
|
32877
32877
|
var res = await func.expression.get(SESSION_ID, exp, paramsP.dsSessionP, 'UI Attr EXP', _ds.currentRecordId);
|
|
32878
|
-
nodeP.attributes[attr] = value; //{ value: value, res: res };
|
|
32878
|
+
// nodeP.attributes[attr] = value; //{ value: value, res: res };
|
|
32879
32879
|
done_exp.push(attr);
|
|
32880
32880
|
return res.result; //func.UI.screen.fix_val_defaults(attrib, res.result);
|
|
32881
32881
|
};
|