@xuda.io/runtime-bundle 1.0.767 → 1.0.768
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.
|
@@ -32291,7 +32291,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32291
32291
|
},
|
|
32292
32292
|
},
|
|
32293
32293
|
};
|
|
32294
|
-
await func.datasource.update(SESSION_ID, datasource_changes, null, true);
|
|
32294
|
+
await func.datasource.update(SESSION_ID, datasource_changes, null, ['radio', 'checkbox'].includes(input_field_type) ? true : false);
|
|
32295
32295
|
}
|
|
32296
32296
|
}
|
|
32297
32297
|
}
|