Sort versions by name in application view
This commit is contained in:
committed by
Chris Morgan
parent
39e2f1d59d
commit
3a551d606b
@@ -107,7 +107,7 @@ class Application {
|
||||
$sObsolete = "";
|
||||
|
||||
$sQuery = "SELECT versionId FROM appVersion WHERE
|
||||
appId = '?'$sObsolete";
|
||||
appId = '?'$sObsolete ORDER by versionName";
|
||||
$hResult = query_parameters($sQuery, $this->iAppId);
|
||||
return $hResult;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user