Browse Source

Bugfix Protokollmaske zeigt keine DB-Tests wenn eine Maske ausgewählt ist #4

qa_0.7_Release
Daniel Quathamer 2 months ago
parent
commit
01f6e7a402
  1. 5
      src-modules/module/qa/masken/37020_maskeninfo.unl

5
src-modules/module/qa/masken/37020_maskeninfo.unl

@ -166,7 +166,8 @@ from qa_mask_execution2project TP, qa_project P\ @@ -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 "<<Maske>>" =="">\
<@selectintotmp \
select="\
T.tid,\
@ -271,7 +272,7 @@ from tmp_qa_dbtest\ @@ -271,7 +272,7 @@ from tmp_qa_dbtest\
\
drop table tmp_qa_dbtest;\
\
\
</#if> --Ende wenn keine Maske ausgewählt ist\
\
<#if inEtl>\
\

Loading…
Cancel
Save