link to Test Case from Add/Remove Test Cases doesn't work

1.8 related questions and discussions.
Please upgrade to LATEST 1.9.x.
No more fixes for 1.8.

Moderators: Amaradana, TurboPT, TL Developers

Locked
tbennett
Advanced user
Posts: 36
Joined: Wed May 20, 2009 10:50 pm

link to Test Case from Add/Remove Test Cases doesn't work

Post by tbennett »

In the Add/Remove Test Cases page, each Test Case is a link. However, my browser can't find this object, and gives me Error 404 -- Object Not Found. The address for this object is:

http://mysite.org/lib/testcases/archive ... case&id=16

I see in the nodes_hierarchy table ID 16 is the correct one to reference, but I would have expected the link should be to the test case itself (instead of just the title).
khliang
TestLink user
Posts: 1
Joined: Mon Jun 08, 2009 7:52 am

Post by khliang »

vi gui/javascript/testlink_library.js

Remove space before '?' in the statement below

feature_url += " ?allow_edit=0&edit=testcase&id="+tcase_id;
tbennett
Advanced user
Posts: 36
Joined: Wed May 20, 2009 10:50 pm

Post by tbennett »

Thanks, that fixed it.
Locked