From c757f08599a9376750dfb9a65aa2c03bf237cd74 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Tue, 20 Jul 2021 14:18:06 +0800 Subject: [PATCH] * remove gitlab. --- module/bug/view/create.html.php | 8 -------- module/story/view/create.html.php | 8 -------- module/task/view/create.html.php | 14 +++----------- 3 files changed, 3 insertions(+), 27 deletions(-) diff --git a/module/bug/view/create.html.php b/module/bug/view/create.html.php index 86a295d081..a742898300 100644 --- a/module/bug/view/create.html.php +++ b/module/bug/view/create.html.php @@ -26,7 +26,6 @@ js::set('isStepsTemplate', $isStepsTemplate); js::set('oldProjectID', $projectID); js::set('blockID', $blockID); js::set('moduleID', $moduleID); -js::set('gitlabProjects', $gitlabProjects); ?>
@@ -313,13 +312,6 @@ js::set('gitlabProjects', $gitlabProjects); - - - task->sync2Gitlab;?> - - - - bug->status;?> diff --git a/module/story/view/create.html.php b/module/story/view/create.html.php index d35fd709bc..8e46723c86 100644 --- a/module/story/view/create.html.php +++ b/module/story/view/create.html.php @@ -17,7 +17,6 @@ story->placeholder); ?> - @@ -252,13 +251,6 @@ - - - story->sync2Gitlab;?> - - - - diff --git a/module/task/view/create.html.php b/module/task/view/create.html.php index 0b8d9e51c4..7fbe4203be 100644 --- a/module/task/view/create.html.php +++ b/module/task/view/create.html.php @@ -15,7 +15,6 @@ id));?> -
@@ -80,13 +79,13 @@ type != 'ops'):?> task->story;?> - - task->noticeLinkStory, html::a($this->createLink('execution', 'linkStory', "executionID=$execution->id"), $lang->execution->linkStory, '_blank', 'class="text-primary"'), html::a("javascript:loadStories($execution->id)", $lang->refresh, '', 'class="text-primary"'));?> + + task->noticeLinkStory, html::a($this->createLink('execution', 'linkStory', "executionID=$execution->id"), $lang->execution->linkStory, '_blank', 'class="text-primary"'), html::a("javascript:loadStories($execution->id)", $lang->refresh, '', 'class="text-primary"'));?>
story => empty($stories) ? '': $stories[$task->story]), $task->story, "class='form-control chosen' onchange='setStoryRelated();'");?> preview;?>
- + @@ -240,13 +239,6 @@ - - - task->sync2Gitlab;?> - - - - task->afterSubmit;?> task->afterChoices, !empty($task->id) ? 'toTaskList' : 'continueAdding');?>