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:
Chris Morgan
2005-05-20 02:45:55 +00:00
committed by WineHQ
parent 3351201222
commit 1bde8ef22a
3 changed files with 49 additions and 44 deletions

View File

@@ -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";