From 4cb7870c69363fe84cfca16a15629f163699b66d Mon Sep 17 00:00:00 2001 From: Loic Huder Date: Tue, 30 Jun 2026 14:39:40 +0200 Subject: [PATCH] Fix `cache_if_optional` not shown properly in UI --- src/utils/toRFEwoksLinks.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/toRFEwoksLinks.ts b/src/utils/toRFEwoksLinks.ts index 92b69716..28bc3ca6 100644 --- a/src/utils/toRFEwoksLinks.ts +++ b/src/utils/toRFEwoksLinks.ts @@ -43,6 +43,7 @@ export function toRFEwoksLinks( required, uiProps, startEnd, + cache_if_optional, }) => { const conditionsForFront = conditions?.map((con) => { return { @@ -90,6 +91,7 @@ export function toRFEwoksLinks( ...notUndefinedValue(map_all_data, 'map_all_data'), ...notUndefinedValue(uiProps?.comment, 'comment'), ...notUndefinedValue(on_error, 'on_error'), + ...notUndefinedValue(cache_if_optional, 'cache_if_optional'), }, };