Get rid of the distribution queue. If a testData entry is deleted and its associated
distribution has not been approved and has no other testData assigned to it the distribution is now deleted. This change makes the distribution queue unnecessary as distributions are accepted along the testData
This commit is contained in:
committed by
WineHQ
parent
eb49e9344d
commit
d09f78ca00
@@ -25,10 +25,6 @@ function global_admin_menu() {
|
||||
$g->add("View Test Results Queue (".testData::objectGetEntriesCount(true, false).")",
|
||||
BASE."objectManager.php?sClass=testData_queue&bIsQueue=true&sTitle=".
|
||||
"Test%20Results%20Queue");
|
||||
$g->add("View Distribution Queue (".distribution::objectGetEntriesCount(true,
|
||||
false).")",
|
||||
BASE."objectManager.php?sClass=distribution&bIsQueue=true&sTitle=".
|
||||
"Distribution%20Queue");
|
||||
|
||||
$g->addmisc(" ");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user