From e7b78fc1649f47ee696e0e4cb99ae36aa8aa9ebd Mon Sep 17 00:00:00 2001 From: andrek Date: Wed, 30 Mar 2022 10:15:12 +0200 Subject: [PATCH] =?UTF-8?q?Ausf=C3=BChrungs-Status=20mit=20mehrfachauswahl?= =?UTF-8?q?=20#1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Im Ausführungs-Status soll eine Mehrfachauswahl zur Verfügung stehen, damit z.B. Warnung und Fehler ausgewählt werden kann. --- src-modules/module/qa/masken/37020_maskeninfo.unl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-modules/module/qa/masken/37020_maskeninfo.unl b/src-modules/module/qa/masken/37020_maskeninfo.unl index 75a7789..eb33d74 100644 --- a/src-modules/module/qa/masken/37020_maskeninfo.unl +++ b/src-modules/module/qa/masken/37020_maskeninfo.unl @@ -85,7 +85,7 @@ update tmp_qa_mask_execution set result_status=1,\ result_status_str='Warnung'\ where result_status is null;\ \ -/* delete from tmp_qa_mask_execution where result_status!= <> ; */\ +/* delete from tmp_qa_mask_execution where result_status not in (<>) ; */\ \ \ update tmp_qa_mask_execution set systeminfo_id_str=(select name from systeminfo S\