From 58d4a9ad370197e2ececef94783ebd16b29b0102 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Wed, 9 Mar 2022 11:25:45 +0800 Subject: [PATCH] * Modify review code. --- module/bug/control.php | 1 - module/task/view/create.html.php | 24 ++++++++++-------------- 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/module/bug/control.php b/module/bug/control.php index 191a39c9ed..e5322bbf59 100644 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -336,7 +336,6 @@ class bug extends control $this->view->laneID = $laneID; $this->view->regionPairs = $regionPairs; $this->view->lanePairs = $lanePairs; - } } else if($this->app->tab == 'project') diff --git a/module/task/view/create.html.php b/module/task/view/create.html.php index b65ccf9eb6..903a09683a 100644 --- a/module/task/view/create.html.php +++ b/module/task/view/create.html.php @@ -76,6 +76,16 @@ + type == 'kanban'):?> + + kanbancard->region;?> + + + + kanbancard->lane;?> + + + task->status;?> @@ -139,20 +149,6 @@ - type == 'kanban'):?> - - kanbancard->region;?> - -
- - - - kanbancard->lane;?> - -
- - - task->name;?>