From 01f6e7a402e8b816b506081c0091c20a50729775 Mon Sep 17 00:00:00 2001 From: Daniel Quathamer Date: Mon, 8 Jul 2024 08:08:44 +0200 Subject: [PATCH] =?UTF-8?q?Bugfix=20Protokollmaske=20zeigt=20keine=20DB-Te?= =?UTF-8?q?sts=20wenn=20eine=20Maske=20ausgew=C3=A4hlt=20ist=20#4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-modules/module/qa/masken/37020_maskeninfo.unl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src-modules/module/qa/masken/37020_maskeninfo.unl b/src-modules/module/qa/masken/37020_maskeninfo.unl index 809a23c..12cc695 100644 --- a/src-modules/module/qa/masken/37020_maskeninfo.unl +++ b/src-modules/module/qa/masken/37020_maskeninfo.unl @@ -166,7 +166,8 @@ from qa_mask_execution2project TP, qa_project P\ where TP.mask_execution_id=tmp_testcase.mask_execution_id\ and P.tid=TP.project_id\ ;\ ---nun DB-Tests:\ +--nun DB-Tests, wenn keine Maske ausgewählt ist:\ +<#if "<>" =="">\ <@selectintotmp \ select="\ T.tid,\ @@ -271,7 +272,7 @@ from tmp_qa_dbtest\ \ drop table tmp_qa_dbtest;\ \ -\ + --Ende wenn keine Maske ausgewählt ist\ \ <#if inEtl>\ \