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()
|
function outputEditor()
|
||||||
{
|
{
|
||||||
|
/* Display duplicate list if this is a an existing version */
|
||||||
|
if($this->oVersion->iVersionId)
|
||||||
$this->displayMoveTestTable();
|
$this->displayMoveTestTable();
|
||||||
|
|
||||||
$this->oVersion->outputEditor();
|
$this->oVersion->outputEditor();
|
||||||
|
|
||||||
/* Allow the user to apply as maintainer if this is a new version.
|
/* Allow the user to apply as maintainer if this is a new version.
|
||||||
|
|||||||
Reference in New Issue
Block a user