From fe17e9245e2f0e480e650173fdd75cdc3de36a68 Mon Sep 17 00:00:00 2001 From: liuhong Date: Fri, 13 Jan 2023 09:10:18 +0000 Subject: [PATCH 1/3] * Adjust code bug #30334. --- module/bug/view/create.html.php | 34 ++------------------------------- 1 file changed, 2 insertions(+), 32 deletions(-) diff --git a/module/bug/view/create.html.php b/module/bug/view/create.html.php index 4097340be8..a0179eb359 100644 --- a/module/bug/view/create.html.php +++ b/module/bug/view/create.html.php @@ -84,40 +84,13 @@ if($this->app->tab == 'project') js::set('objectID', $projectID); - bug->project : $lang->bug->type;?> - - - - - -
- bug->typeList, $type, "class='form-control'");?> - -
-
- bug->os?> - bug->osList, $os, "class='form-control chosen' multiple");?> -
-
- - -
-
- bug->browser?> - bug->browserList, $browser, "class='form-control chosen' multiple");?> -
-
- -
- - - + bug->project?>
- multiple) ? 'hidden' : '';?> +
bug->kanban : $lang->bug->execution;?> @@ -126,7 +99,6 @@ if($this->app->tab == 'project') js::set('objectID', $projectID);
-
bug->openedBuild?> @@ -177,7 +149,6 @@ if($this->app->tab == 'project') js::set('objectID', $projectID); - @@ -206,7 +177,6 @@ if($this->app->tab == 'project') js::set('objectID', $projectID);
- kanbancard->region;?> From 9605346da73f1712c6947f67b9bc2c70de257907 Mon Sep 17 00:00:00 2001 From: liuhong Date: Sun, 29 Jan 2023 00:54:45 +0000 Subject: [PATCH 2/3] * Fix bug #30334. --- module/bug/view/create.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/bug/view/create.html.php b/module/bug/view/create.html.php index a0179eb359..0de8347842 100644 --- a/module/bug/view/create.html.php +++ b/module/bug/view/create.html.php @@ -83,7 +83,7 @@ if($this->app->tab == 'project') js::set('objectID', $projectID); - + bug->project?>
From 301eed9e711ab08c9feb78ff1c8f451bb0ee5991 Mon Sep 17 00:00:00 2001 From: liuhong Date: Sun, 29 Jan 2023 01:05:57 +0000 Subject: [PATCH 3/3] * Fix bug #30334. --- module/bug/view/create.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/bug/view/create.html.php b/module/bug/view/create.html.php index 0de8347842..99019f724a 100644 --- a/module/bug/view/create.html.php +++ b/module/bug/view/create.html.php @@ -90,7 +90,7 @@ if($this->app->tab == 'project') js::set('objectID', $projectID);
- +
bug->kanban : $lang->bug->execution;?>