From 472353632cfb7ead42be2d87099ddc5b42eb6f78 Mon Sep 17 00:00:00 2001 From: "maxiaozhe@alicorns.co.jp" Date: Mon, 22 Apr 2024 22:45:03 +0900 Subject: [PATCH] =?UTF-8?q?=E9=95=B7=E3=81=84=E8=AA=AC=E6=98=8E=E6=96=87?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/package.json | 2 +- frontend/src/components/right/InputText.vue | 16 +++++++++++++++- frontend/src/types/ActionTypes.ts | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index cc05306..5016fbf 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -2,7 +2,7 @@ "name": "kintone-automate", "version": "0.2.0", "description": "Kintoneアプリの自動生成とデプロイを支援ツールです", - "productName": "Kintone Automate", + "productName": "kintone Automate", "author": "maxiaozhe@alicorns.co.jp ", "private": true, "scripts": { diff --git a/frontend/src/components/right/InputText.vue b/frontend/src/components/right/InputText.vue index be8c5c6..5c5b312 100644 --- a/frontend/src/components/right/InputText.vue +++ b/frontend/src/components/right/InputText.vue @@ -1,5 +1,11 @@ + diff --git a/frontend/src/types/ActionTypes.ts b/frontend/src/types/ActionTypes.ts index 8b39e05..8d71ea4 100644 --- a/frontend/src/types/ActionTypes.ts +++ b/frontend/src/types/ActionTypes.ts @@ -447,7 +447,7 @@ export class ActionFlow implements IActionFlow { getPrevVarNames(prevNode:IActionNode):IActionVariable[]{ let varNames:IActionVariable[]=[]; - if(prevNode.varName!==undefined){ + if(prevNode.varName!==undefined && prevNode.varName.modelValue){ varNames.unshift({ actionName:prevNode.name, displayName:prevNode.varName.displayName,