Browse Source

Deeplink auf Testfall für Admins #1

qa_0.6_Release
Daniel Quathamer 2 years ago
parent
commit
d0b9881538
  1. 14
      src-modules/module/qa/masken/37020_maskeninfo.unl

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

@ -29,7 +29,8 @@ E.maskeninfo_id,\ @@ -29,7 +29,8 @@ E.maskeninfo_id,\
A.mask_execution_assert_id,\
null::integer as result_value_min,\
null::integer as result_value_max,\
null::varchar as assert_caption\
null::varchar as assert_caption,\
('../edit/qa/qa_mask_execution_edit.jsp|tid=' || E.tid)::varchar(255) as nextedit\
"\
source="qa_mask_execution E, qa_mask_execution_result R left outer join qa_mask_execution_assert_result A on (A.mask_execution_result_id=R.tid)"\
target="tmp_qa_mask_execution">\
@ -113,8 +114,12 @@ result_value_max,\ @@ -113,8 +114,12 @@ result_value_max,\
result_value,\
result_status_str,\
('37040&Ergebnis=' || tid)::varchar(255) as nexttable\
<#if UserIsAdmin>\
,nextedit\
</#if>\
from tmp_qa_mask_execution\
order by 1,2,3,4,5,6,7;^XIL List\
order by 1,2,3,4,5,6,7;^--freemarker template\
XIL List\
drop_and_delete movable_columns sizable_columns horizontal_scrolling\
white_space_color=COLOR_WHITE fixed_columns=2\
min_heading_height=35\
@ -154,4 +159,9 @@ Column CID=1 heading_text="Ausführungsstatus" center_heading\ @@ -154,4 +159,9 @@ Column CID=1 heading_text="Ausführungsstatus" center_heading\
Column CID=1 heading_text="Details" center_heading\
row_selectable col_selectable heading_platform readonly\
width=5 text_size=200\
<#if UserIsAdmin>\
Column CID=1 heading_text="Bearbeiten" center_heading\
row_selectable col_selectable heading_platform readonly\
width=5 text_size=200\
</#if>\
@@@^^^Protokoll der Masken-Ausführung ausgeben^drop table tmp_qa_mask_execution;^^1^440^360^0^1^^

Loading…
Cancel
Save