Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
1e137c27
Commit
1e137c27
authored
Mar 06, 2018
by
Felipe Artur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a typo, a conflict and improve documentation
parent
9946d081
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
app/models/namespace.rb
app/models/namespace.rb
+1
-1
config/routes/project.rb
config/routes/project.rb
+1
-0
doc/user/project/issue_board.md
doc/user/project/issue_board.md
+3
-1
No files found.
app/models/namespace.rb
View file @
1e137c27
...
...
@@ -222,7 +222,7 @@ class Namespace < ActiveRecord::Base
has_parent?
end
# Overriden on EE module
# Overrid
d
en on EE module
def
multiple_issue_boards_available?
false
end
...
...
config/routes/project.rb
View file @
1e137c27
...
...
@@ -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
]
...
...
doc/user/project/issue_board.md
View file @
1e137c27
...
...
@@ -237,6 +237,8 @@ Issue Board, that is create/delete lists and drag issues around.
## 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
(currently, it does not see issues from projects in subgroups). Similarly, you can only filter by group labels for these
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment