When processing a new version, display a list of the applications existing
versions so its easy to determine if the version submission is a duplicate or is covered by a group entry such as '1.X'.
This commit is contained in:
@@ -56,6 +56,11 @@ if ($_REQUEST['sub'])
|
||||
|
||||
if ($oVersion) //app version
|
||||
{
|
||||
echo html_frame_start("Potential duplicate versions in the database","90%","",0);
|
||||
$oApp = new Application($oVersion->iAppId);
|
||||
display_versions($oApp->iAppId, $oApp->aVersionsIds);
|
||||
echo html_frame_end(" ");
|
||||
|
||||
//help
|
||||
echo "<div align=center><table width='90%' border=0 cellpadding=3 cellspacing=0><tr><td>\n\n";
|
||||
echo "<p>This is the full view of the application version waiting to be approved. \n";
|
||||
|
||||
Reference in New Issue
Block a user