remove or hide test case ID from report

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
mooasun
TestLink user
Posts: 7
Joined: Thu Oct 11, 2012 8:38 pm

remove or hide test case ID from report

Post by mooasun »

I am using testlink1.9.3 with easyPHP-12.1.
I want to hide or remove the predefined test case ID which is set at the time of creation of new project.

I got a HELP from Radu Popescu's writing:
http://www.radhoo.com/remove-id-from-reports-testlink/

I could hide the Testcase ID from Tree menu with
$tlCfg->treemenu_show_testcase_id = false;

However, I could not remove the test case ID from the report.

Please help me to solve it.
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: remove or hide test case ID from report

Post by fman »

you can do this only customizing the code
Post Reply