this fix should be also in:
execTreeWithMenu.js after line 131
tcTree.js after line 166
treebyloader.js after line 346
Search found 2 matches
- Sun May 08, 2011 2:24 pm
- Forum: TestLink 1.9
- Topic: [SOLVED] 1.9.1 with IE8
- Replies: 5
- Views: 6683
- Sun Jun 28, 2009 1:53 pm
- Forum: XML-RPC API
- Topic: getParent of the given testsuite
- Replies: 2
- Views: 5229
getParent of the given testsuite
How can I found out the Parent test suite of a given test suite? For example, I have this hierarchy: -Project -- test suite 1 -- test suite 1.1 --- test case 1.1.1 --- test case 1.1.2 -- test suite 1.2 --- test case 1.2.1 --- test case 1.2.2 -- test suite 2 -- test suite 2.1 --- test case 2.1.1 --- ...