Edit execution (note & custom fields) POP UP

Quick intro to new features, short explanations of change of behavior of existent features
Post Reply
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Edit execution (note & custom fields) POP UP

Post by fman »

1.9.3 - do not honor
// user can edit execution notes, on old executions (Attention: user must have test case execution right)
// DISABLED -> no edit allowed [STANDARD BEHAVIOUR]
$tlCfg->exec_cfg->edit_notes = DISABLED;

just $gui->user_is_admin

1.9.4 - $gui->user_is_admin CHECK WILL BE REMOVED, just $tlCfg->exec_cfg->edit_notes, will be used
Post Reply