From 58945940d2816ce4b71c6a207ca18e8ba0e7864e Mon Sep 17 00:00:00 2001 From: ISA Date: Wed, 18 Jun 2025 11:47:18 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20digitale=20Ausg=C3=A4nge=20Platzhalter?= =?UTF-8?q?=20f=C3=BCr=20CPL=20CGI-Interface?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- package-lock.json | 4 ++-- package.json | 2 +- public/CPL/SERVICE/da.js | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.env.development b/.env.development index dc4ed15..fd02e11 100644 --- a/.env.development +++ b/.env.development @@ -6,5 +6,5 @@ NEXT_PUBLIC_USE_MOCK_BACKEND_LOOP_START=false NEXT_PUBLIC_EXPORT_STATIC=false NEXT_PUBLIC_USE_CGI=false # App-Versionsnummer -NEXT_PUBLIC_APP_VERSION=1.6.412 +NEXT_PUBLIC_APP_VERSION=1.6.413 diff --git a/.env.production b/.env.production index 98ef11e..4dbaaf2 100644 --- a/.env.production +++ b/.env.production @@ -5,4 +5,4 @@ NEXT_PUBLIC_CPL_API_PATH=/CPL NEXT_PUBLIC_EXPORT_STATIC=true NEXT_PUBLIC_USE_CGI=true # App-Versionsnummer -NEXT_PUBLIC_APP_VERSION=1.6.412 \ No newline at end of file +NEXT_PUBLIC_APP_VERSION=1.6.413 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 9501138..a58f17a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cpl-v4", - "version": "1.6.412", + "version": "1.6.413", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cpl-v4", - "version": "1.6.412", + "version": "1.6.413", "dependencies": { "@fontsource/roboto": "^5.1.0", "@iconify-icons/ri": "^1.2.10", diff --git a/package.json b/package.json index 972b97b..3b7af15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cpl-v4", - "version": "1.6.412", + "version": "1.6.413", "private": true, "scripts": { "dev": "next dev", diff --git a/public/CPL/SERVICE/da.js b/public/CPL/SERVICE/da.js index c73e7f6..ad53f3e 100644 --- a/public/CPL/SERVICE/da.js +++ b/public/CPL/SERVICE/da.js @@ -3,6 +3,6 @@ //var win_da_bezeichnung=["Ausgang1", "Ausgang2", "Ausgang3", "Ausgang4"]; -var win_da_state=[<%=DAS0%>,<%=DAS1%>,<%=DAS2%>,<%=DAS3%>]; //neu aber ein Leere Array mit 4 indizes , Backend ist noch in Arbeit +var win_da_state=[<%=DAS01%>,<%=DAS02%>,<%=DAS03%>,<%=DAS04%>]; //neu aber ein Leere Array mit 4 indizes , Backend ist noch in Arbeit -var win_da_bezeichnung=[<%=DAN0%>,<%=DAN1%>,<%=DAN2%>,<%=DAN3%>]; //neu aber ein Leere Array mit 4 indizes , Backend ist noch in Arbeit \ No newline at end of file +var win_da_bezeichnung=[<%=DAN01%>,<%=DAN02%>,<%=DAN03%>,<%=DAN04%>]; //neu aber ein Leere Array mit 4 indizes , Backend ist noch in Arbeit \ No newline at end of file