Fix: A lot of bugs in project permission
This commit is contained in:
parent
3c4aa3b085
commit
4cd49aecea
@ -630,6 +630,7 @@ class Task extends CommonObject
|
||||
{
|
||||
$contactAlreadySelected = array();
|
||||
$tab = $this->liste_contact(-1,$source);
|
||||
//var_dump($tab);
|
||||
$num=sizeof($tab);
|
||||
$i = 0;
|
||||
while ($i < $num)
|
||||
|
||||
@ -239,7 +239,8 @@ if ($_GET["id"] > 0)
|
||||
|
||||
// Contributor
|
||||
print '<td nowrap="nowrap">';
|
||||
$contactoftask=$task->getListContactId('thirdparty');
|
||||
$contactoftask=$task->getListContactId('internal');
|
||||
print img_object('','user');
|
||||
print $html->select_users($_POST["userid"]?$_POST["userid"]:$user->id,'userid',0,'',0,'',$contactoftask);
|
||||
print '</td>';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user