@xuda.io/runtime-bundle 1.0.938 → 1.0.939
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.
|
@@ -32391,7 +32391,8 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32391
32391
|
evt[val.event_modifiers]();
|
|
32392
32392
|
}
|
|
32393
32393
|
|
|
32394
|
-
if (val.handler === 'custom') {
|
|
32394
|
+
// if (val.handler === 'custom') {
|
|
32395
|
+
if (val.workflow) {
|
|
32395
32396
|
// do BL
|
|
32396
32397
|
for await (const [key2, val2] of Object.entries(val.workflow)) {
|
|
32397
32398
|
// var cond = val2.data.enabled;
|