* Remove more button in group lane.

This commit is contained in:
liyuchun
2021-11-08 16:50:12 +08:00
parent b0e267571a
commit bddeb2d5b2
+1
View File
@@ -265,6 +265,7 @@ function renderHeaderCol($col, col, $header, kanban)
*/
function renderLaneName($name, lane, $kanban, columns, kanban)
{
if(lane.id != 'story' && lane.id != 'task' && lane.id != 'bug') return false;
if(!$name.children('.actions').length && (priv.canSetLane || priv.canMoveLane))
{
$([