Fix testData::create() permissions. Separate the cases where a user has edit rights from
when he has the right to unqueue items
This commit is contained in:
committed by
WineHQ
parent
2a58cf59af
commit
c43563eca6
@@ -697,7 +697,9 @@ class Application {
|
||||
}
|
||||
if($_SESSION['current']->isLoggedIn())
|
||||
{
|
||||
echo '<form method="post" name="sMessage" action="appsubmit.php?iAppId='.$this->iAppId.'&sAppType=version&sub=view">';
|
||||
echo '<form method="post" name="sMessage" action="'.
|
||||
'objectManager.php?sClass=version_queue&iAppId='.$this->iAppId
|
||||
.'&sTitle=Submit+New+Version&sAction=add">';
|
||||
echo '<input type=submit value="Submit new version" class="button">';
|
||||
echo '</form>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user