Alexander Nicolaysen Sørnes <alex@thehandofagony.com>
Show the versions for an app if they have the same queue status. Instead of checking whether the version is un-queued, check if it has the same status as the application. This is needed to allow users to edit a queued application they have submitted. Modify the function name to reflect the change.
This commit is contained in:
@@ -752,7 +752,7 @@ class Application {
|
||||
echo html_frame_end("For more details and user comments, view the versions of this application.");
|
||||
|
||||
// display versions
|
||||
Version::display_approved($this->aVersionsIds);
|
||||
Version::displayList($this->aVersionsIds);
|
||||
|
||||
// display bundle
|
||||
display_bundle($this->iAppId);
|
||||
|
||||
Reference in New Issue
Block a user