Merge branch 'master_xieqiyu_54467' into 'master'
* Code for task#54467. See merge request easycorp/zentaopms!3525
This commit is contained in:
@@ -1519,7 +1519,9 @@ class kanbanModel extends model
|
||||
|
||||
if($browseType == 'task')
|
||||
{
|
||||
$cardData['name'] = $object->name;
|
||||
$cardData['name'] = $object->name;
|
||||
$cardData['status'] = $object->status;
|
||||
$cardData['left'] = $object->left;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user