* Adjust kanban details.

This commit is contained in:
孙广明
2021-12-23 09:54:56 +08:00
parent 6282b7e066
commit 3ee3458a3b
4 changed files with 6 additions and 7 deletions
+2 -2
View File
@@ -71,9 +71,9 @@
{
echo $action->objectName;
}
elseif(in_array($action->objectType, array('kanban', 'kanbanspace')))
elseif($action->objectType == 'kanbancard')
{
echo html::a($this->createLink('kanban', 'space'), $action->objectName, '_self', "title={$action->objectName}");
echo html::a($this->createLink('kanban', 'viewCard', "id=$action->objectID", '', true), $action->objectName, '', "title={$action->objectName} class='iframe'");
}
else
{