Merge branch 'master_xieqiyu_56386' into 'master'

* Finish task#56386.

See merge request easycorp/zentaopms!3825
This commit is contained in:
王怡栋
2022-06-09 07:20:12 +00:00
+2 -1
View File
@@ -128,7 +128,8 @@
<div class='kanban-desc' title="<?php echo strip_tags(htmlspecialchars_decode($kanban->desc));?>"><?php echo strip_tags(htmlspecialchars_decode($kanban->desc));?></div>
<div class='kanban-footer'>
<?php $count = 0;?>
<?php $teamPairs = array_filter(explode(',', $kanban->team));?>
<?php $teamPairs = array_filter(explode(',', ",$kanban->createdBy,$kanban->owner,$kanban->team"));?>
<?php $teamPairs = array_unique($teamPairs);?>
<?php
foreach($teamPairs as $index => $team)
{