We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4d056 commit 5d65ec2Copy full SHA for 5d65ec2
1 file changed
lib/testcases/testcaseCommands.class.php
@@ -51,6 +51,7 @@ function __construct(&$db,&$userObj,$tproject_id)
51
$this->grants->requirement_mgmt = $this->grants->mgt_modify_req ||
52
$this->grants->req_tcase_link_management;
53
54
+ $this->tables = $this->tcaseMgr->getDBTables(array('keywords','platforms'));
55
}
56
57
function setTemplateCfg($cfg) {
0 commit comments