Page 1 of 1

Add new filter

Posted: Thu Aug 21, 2008 1:22 pm
by partymungo
Hi Community.
i'm really a new TL user and maybe this is a beginner question, but i can't find a solution by using the forum search.

At test execuition i want to set a filter to testcases which are marked as automated tets. Therefore i edit the file ".../testlink/gui/templates/execute/execNavigator.tpl" and add the following code to the table:

Code: Select all

...
<tr>
<td>Execution Type</td>
<td>{if $gui->disable_filter_execution_type}
{$gui->execution_type}
{else}
<select name="filter_execution_type">
{html_options options=$gui->execution_type selected=$gui->filter_execution_type}
</select>
{/if}
</td>
</tr>
...
After adding this code i can see a new combo box in the filter list (title is "Execution Type") which contains no entries (i expect entries like "manual" and "automated").
Maybe this approach is wrong, so does anybody can help me?

thanks in advance

Posted: Wed Aug 12, 2009 4:16 pm
by yaliu_2000
Hi,

Were you able to solve your problem? I am also having the same problem as what you have. If you already have solution, could you please share with us?

Thanks,
Ann