From beef9e04f97193ce58b59407dd6d3c9e775a34f2 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Mon, 1 Jul 2024 20:27:41 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E5=A4=8D]=20=E5=90=8E=E7=AB=AF-?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E5=88=A0=E9=99=A4=E8=8A=82=E7=82=B9=EF=BC=8C?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E7=9A=84=E6=95=B0=E6=8D=AE=E8=BF=99=E4=B8=AA?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E8=BF=98=E6=98=AF=E5=AD=98=E5=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1166498725330944]流程删除节点,保存的数据这个节点还是存在 http://192.168.0.96:8090/demo/rdm.html#/bug-detail/939050947543040/939050947543057/1166498725330944 --- localconfig/i18n/language_en.json | 7 +++++++ localconfig/i18n/language_zh.json | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index ed54838..02c040c 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -1372,6 +1372,13 @@ } }, "nfpep": { + "processconfigexception": { + "condition": "There is an invalid step in the conditional flow rule setting of step {0}", + "copy": "Allocation handler for step {0} - Copy pre step handler - Invalid step in pre step", + "prestepassign": "Allocation handler for step {0} - specified by pre step handler - invalid step in pre step", + "prestepassignconditionstep": "Allocation handler for step {0} - specified by pre step handler - pre step - invalid step in conditional path", + "sla": "There is an invalid step in the associated step of timeliness setting - {0}" + }, "processnotfoundedittargetexception": { "processnotfoundedittargetexception": "Process: {0} does not exist" }, diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 4fc4bdc..56a931a 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -1400,6 +1400,13 @@ } }, "nfpep": { + "processconfigexception": { + "condition": "{0}步骤的条件流转规则设置中存在无效的步骤", + "copy": "{0}步骤的分配处理人-复制前置步骤处理人-前置步骤中存在无效的步骤", + "prestepassign": "{0}步骤的分配处理人-由前置步骤处理人指定-前置步骤中存在无效的步骤", + "prestepassignconditionstep": "{0}步骤的分配处理人-由前置步骤处理人指定-前置步骤-条件路径中存在无效的步骤", + "sla": "时效设置-{0}时效的关联步骤中存在无效的步骤" + }, "processnotfoundedittargetexception": { "processnotfoundedittargetexception": "流程:{0}不存在" }, -- Gitee