Merge branch 'sprint/183_liumengyi_fixbug' into 'master'
* Fix bug #19119. See merge request easycorp/zentaopms!1698
This commit is contained in:
@@ -1910,7 +1910,8 @@ class kanbanModel extends model
|
||||
->remove('uid,contactListMenu,type')
|
||||
->get();
|
||||
|
||||
if(strpos(",{$kanban->team},", ",$account,") === false and $kanban->owner != $account) $kanban->team .= ",$account";
|
||||
if(strpos(",{$kanban->team},", ",$account,") === false) $kanban->team .= ",$account";
|
||||
if(strpos(",{$kanban->team},", ",$kanban->owner,") === false) $kanban->team .= ",$kanban->owner";
|
||||
|
||||
$kanban = $this->loadModel('file')->processImgURL($kanban, $this->config->kanban->editor->create['id'], $this->post->uid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user