From 9b6903f6eb97ddcb321c23fefa4a9c9c1a886660 Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Mon, 21 Feb 2022 17:23:09 +0800 Subject: [PATCH] * Finish task#49418. --- module/kanban/control.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/kanban/control.php b/module/kanban/control.php index 20e39ebe11..46fb4c5eef 100644 --- a/module/kanban/control.php +++ b/module/kanban/control.php @@ -1692,6 +1692,8 @@ class kanban extends control * * @param int $regionID * @param string $type all|story|task|bug + * @param string $field otherLane|lane + * @param int $i * @access public * @return string */