Add new filter

1.8 related questions and discussions.
Please upgrade to LATEST 1.9.x.
No more fixes for 1.8.

Moderators: Amaradana, TurboPT, TL Developers

Locked
partymungo
Advanced user
Posts: 20
Joined: Thu Aug 21, 2008 12:45 pm

Add new filter

Post 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
yaliu_2000
TestLink user
Posts: 14
Joined: Tue May 19, 2009 2:08 pm

Post 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
Locked