From 1e137c273ca6314d0ed6744910b95f179b1d538c Mon Sep 17 00:00:00 2001 From: Felipe Artur Date: Tue, 6 Mar 2018 11:15:19 -0300 Subject: Fix a typo, a conflict and improve documentation --- app/models/namespace.rb | 2 +- config/routes/project.rb | 1 + doc/user/project/issue_board.md | 4 +++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/models/namespace.rb b/app/models/namespace.rb index 37e5b4615ce..e350b675639 100644 --- a/app/models/namespace.rb +++ b/app/models/namespace.rb @@ -222,7 +222,7 @@ class Namespace < ActiveRecord::Base has_parent? end - # Overriden on EE module + # Overridden on EE module def multiple_issue_boards_available? false end diff --git a/config/routes/project.rb b/config/routes/project.rb index c443ee85623..cb46c439415 100644 --- a/config/routes/project.rb +++ b/config/routes/project.rb @@ -381,6 +381,7 @@ constraints(ProjectUrlConstrainer.new) do get 'noteable/:target_type/:target_id/notes' => 'notes#index', as: 'noteable_notes' + # On CE only index and show are needed resources :boards, only: [:index, :show] resources :todos, only: [:create] diff --git a/doc/user/project/issue_board.md b/doc/user/project/issue_board.md index 07d3ef20ba7..550ad4a8b1f 100644 --- a/doc/user/project/issue_board.md +++ b/doc/user/project/issue_board.md @@ -235,7 +235,9 @@ to another list the label changes and a system not is recorded. [Developers and up](../permissions.md) can use all the functionality of the Issue Board, that is create/delete lists and drag issues around. -## Group Issue Board +## Group Issue Board + +>Introduced in GitLab 10.6 Group issue board is analogous to project-level issue board and it is accessible at the group navigation level. A group-level issue board allows you to view all issues from all projects in that group -- cgit v1.2.1