Hide "expected results" not working

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
lfestivalet
TestLink user
Posts: 4
Joined: Thu Sep 23, 2010 1:32 pm

Hide "expected results" not working

Post by lfestivalet »

Hello,

I was reading the installation manual and found a section that says how to hide expected results column. I noticed that the following code needs to be added to custom_config.php:

$g_testcase_template->expected_results->type = 'none';
$g_testcase_template->expected_results->value = '';

But it's not working, I have already restarted apache, and the field is still there. How can I hide it?

Thanks for the support!

Luiz
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Hide "expected results" not working

Post by fman »

you have misunderstood this parameter this config type of template text to load , is not intended to hide this field
there is no way to do this without programming
Post Reply