Execute Tests: Change default selection for "Assigned T

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
asyed
TestLink user
Posts: 1
Joined: Tue Aug 26, 2008 4:44 pm

Execute Tests: Change default selection for "Assigned T

Post by asyed »

When viewing the Test Plan 'Execute' page, the default selection for "Assigned To" is the current logged-in user. How can I change the default selection to the "blank" user?
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

on 1.8 default is blank, and can be configured with

/** User filter in Test Execution navigator - default value */
// logged_user -> combo will be set to logged user
// none -> no filter applied by default
$tlCfg->exec_cfg->user_filter_default='none';

on 1.7 look for a similar config option on config.inc.php

always read carefully config.inc.php, you will find useful information
regarding configuration
Post Reply