From 425a1f45dfa838f8bc8844c24b30932e5794289d Mon Sep 17 00:00:00 2001 From: wongpratan Date: Mon, 24 Feb 2025 14:40:56 +0700 Subject: [PATCH] *Fix UI of the insert task that nested the subprocess --- .../properties/process/ABProcessTaskServiceInsertRecord.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rootPages/Designer/properties/process/ABProcessTaskServiceInsertRecord.js b/src/rootPages/Designer/properties/process/ABProcessTaskServiceInsertRecord.js index f4fb71eb..e8fd6a44 100644 --- a/src/rootPages/Designer/properties/process/ABProcessTaskServiceInsertRecord.js +++ b/src/rootPages/Designer/properties/process/ABProcessTaskServiceInsertRecord.js @@ -405,7 +405,8 @@ export default function (AB) { $repeatColumn.define("value", element.repeatColumn); $repeatColumn.refresh(); - if (element.isRepeat) $repeatLayout.show(); + // if (element.isRepeat) + if (element.process?.key == "SubProcess") $repeatLayout.show(); this.refreshFieldValues(); this.setFieldValues();