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();
|
$contactAlreadySelected = array();
|
||||||
$tab = $this->liste_contact(-1,$source);
|
$tab = $this->liste_contact(-1,$source);
|
||||||
|
//var_dump($tab);
|
||||||
$num=sizeof($tab);
|
$num=sizeof($tab);
|
||||||
$i = 0;
|
$i = 0;
|
||||||
while ($i < $num)
|
while ($i < $num)
|
||||||
|
|||||||
@ -239,7 +239,8 @@ if ($_GET["id"] > 0)
|
|||||||
|
|
||||||
// Contributor
|
// Contributor
|
||||||
print '<td nowrap="nowrap">';
|
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 $html->select_users($_POST["userid"]?$_POST["userid"]:$user->id,'userid',0,'',0,'',$contactoftask);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user