FIX missing "authorid" for getNomUrl link right access
This commit is contained in:
parent
7ec32d2458
commit
4877c80c36
@ -916,6 +916,7 @@ while ($i < $imaxinloop) {
|
|||||||
$actionstatic->note_private = dol_htmlentitiesbr($obj->note);
|
$actionstatic->note_private = dol_htmlentitiesbr($obj->note);
|
||||||
$actionstatic->datep = $db->jdate($obj->dp);
|
$actionstatic->datep = $db->jdate($obj->dp);
|
||||||
$actionstatic->percentage = $obj->percent;
|
$actionstatic->percentage = $obj->percent;
|
||||||
|
$actionstatic->authorid = $obj->fk_user_author;
|
||||||
|
|
||||||
// Initialize $this->userassigned && this->socpeopleassigned array && this->userownerid
|
// Initialize $this->userassigned && this->socpeopleassigned array && this->userownerid
|
||||||
// but only if we need it
|
// but only if we need it
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user