Page 1 of 1

[CHANGES] Config options promoted to roles rights

Posted: Sat Oct 27, 2012 5:01 pm
by fman
Refactoring will be done on

// ENABLED -> user can removed from a testplan executed tc versions. [STANDARD BEHAVIOUR]
// DISABLED -> user can NOT remove from a testplan executed tc versions.
$tlCfg->testcase_cfg->can_remove_executed = ENABLED;

Under Test plan rights:
Unlink executed test cases

// ENABLED -> user can DELETE a TEST CASE that has been executed.
// DISABLED -> [STANDARD BEHAVIOUR]
// IMPORTANT: this is valid for any role => admin is also under this law.
$tlCfg->testcase_cfg->can_delete_executed = DISABLED;

Under Test Case Management
Delete executed test cases
Edit executed test cases


New Section
Test Case Execution
Edit Execution Notes => instead of $tlCfg->exec_cfg->edit_notes
Delete Execution => instead of $tlCfg->exec_cfg->can_delete_execution