Only display move test table for existing versions, not queued ones
This commit is contained in:
committed by
WineHQ
parent
8358a09a13
commit
bea4e89c56
@@ -71,7 +71,10 @@ class version_queue
|
||||
|
||||
function outputEditor()
|
||||
{
|
||||
$this->displayMoveTestTable();
|
||||
/* Display duplicate list if this is a an existing version */
|
||||
if($this->oVersion->iVersionId)
|
||||
$this->displayMoveTestTable();
|
||||
|
||||
$this->oVersion->outputEditor();
|
||||
|
||||
/* Allow the user to apply as maintainer if this is a new version.
|
||||
|
||||
Reference in New Issue
Block a user