Execute Tests: Change default selection for "Assigned T
Moderators: Amaradana, TurboPT, TL Developers
Execute Tests: Change default selection for "Assigned T
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?
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
/** 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