summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Artur <felipefac@gmail.com>2018-03-06 11:15:19 -0300
committerFelipe Artur <felipefac@gmail.com>2018-03-06 11:15:19 -0300
commit1e137c273ca6314d0ed6744910b95f179b1d538c (patch)
tree382c7950fbf993d566845d6fa8633879b62fce0e
parent9946d0813c8e377ecf22552c4af075e563144712 (diff)
downloadgitlab-ce-issue_38337.tar.gz
Fix a typo, a conflict and improve documentationissue_38337
-rw-r--r--app/models/namespace.rb2
-rw-r--r--config/routes/project.rb1
-rw-r--r--doc/user/project/issue_board.md4
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