@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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -12705,7 +12705,8 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
12705
12705
|
evt[val.event_modifiers]();
|
|
12706
12706
|
}
|
|
12707
12707
|
|
|
12708
|
-
if (val.handler === 'custom') {
|
|
12708
|
+
// if (val.handler === 'custom') {
|
|
12709
|
+
if (val.workflow) {
|
|
12709
12710
|
// do BL
|
|
12710
12711
|
for await (const [key2, val2] of Object.entries(val.workflow)) {
|
|
12711
12712
|
// var cond = val2.data.enabled;
|
|
@@ -10432,7 +10432,8 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10432
10432
|
evt[val.event_modifiers]();
|
|
10433
10433
|
}
|
|
10434
10434
|
|
|
10435
|
-
if (val.handler === 'custom') {
|
|
10435
|
+
// if (val.handler === 'custom') {
|
|
10436
|
+
if (val.workflow) {
|
|
10436
10437
|
// do BL
|
|
10437
10438
|
for await (const [key2, val2] of Object.entries(val.workflow)) {
|
|
10438
10439
|
// var cond = val2.data.enabled;
|