Initial value for Upgrade tree after every operation option

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
BtTest
TestLink user
Posts: 5
Joined: Thu Oct 15, 2015 8:07 pm

Initial value for Upgrade tree after every operation option

Post by BtTest »

Hi,

I would like to set the initial value of the "Upgrade tree after every operation" to disabled by default. Is there a way to configure it easily ?

I don't find in posts of the forum neither in the config.inc.php

Thanks
Matthieu
sarpa
TestLink user
Posts: 2
Joined: Mon May 16, 2016 5:26 pm

Re: Initial value for Upgrade tree after every operation opt

Post by sarpa »

Hi,

You can modify it under Config.inc.php file itself. Here is the coding,

// ENABLED -> Every time the user does some operation on requirement spec,
// the tree will be updated on screen. [DEFAULT]
// DISABLED -> The tree will not be updated automatically, but the user can update it manually.
// On graphical user interface any user will is able to change this setting.
$tlCfg->tree_filter_cfg->requirements->automatic_tree_refresh = ENABLED;

Thanks
Sarpa
Post Reply