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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
4645f464
Commit
4645f464
authored
Jan 24, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow developers to mange issue tracker
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
baccb9a4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
1 deletion
+12
-1
CHANGELOG
CHANGELOG
+3
-0
app/controllers/projects/issues_controller.rb
app/controllers/projects/issues_controller.rb
+1
-1
app/models/ability.rb
app/models/ability.rb
+1
-0
app/views/help/permissions.html.haml
app/views/help/permissions.html.haml
+7
-0
No files found.
CHANGELOG
View file @
4645f464
v 6.6.0
- Permissions: Developer now can manage issue tracker (modify any issue)
v 6.5.1
v 6.5.1
- Fix branch selectbox when create merge request from fork
- Fix branch selectbox when create merge request from fork
...
...
app/controllers/projects/issues_controller.rb
View file @
4645f464
...
@@ -9,7 +9,7 @@ class Projects::IssuesController < Projects::ApplicationController
...
@@ -9,7 +9,7 @@ class Projects::IssuesController < Projects::ApplicationController
before_filter
:authorize_write_issue!
,
only:
[
:new
,
:create
]
before_filter
:authorize_write_issue!
,
only:
[
:new
,
:create
]
# Allow modify issue
# Allow modify issue
before_filter
:authorize_modify_issue!
,
only:
[
:edit
,
:update
]
before_filter
:authorize_modify_issue!
,
only:
[
:edit
,
:update
,
:bulk_update
]
respond_to
:html
respond_to
:html
...
...
app/models/ability.rb
View file @
4645f464
...
@@ -125,6 +125,7 @@ class Ability
...
@@ -125,6 +125,7 @@ class Ability
project_report_rules
+
[
project_report_rules
+
[
:write_merge_request
,
:write_merge_request
,
:write_wiki
,
:write_wiki
,
:modify_issue
,
:push_code
:push_code
]
]
end
end
...
...
app/views/help/permissions.html.haml
View file @
4645f464
...
@@ -100,6 +100,13 @@
...
@@ -100,6 +100,13 @@
%td
.permission-x
✓
%td
.permission-x
✓
%td
.permission-x
✓
%td
.permission-x
✓
%td
.permission-x
✓
%td
.permission-x
✓
%tr
%td
Manage issue tracker
%td
%td
%td
.permission-x
✓
%td
.permission-x
✓
%td
.permission-x
✓
%tr
%tr
%td
Add new team members
%td
Add new team members
%td
%td
...
...
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