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
a4932d2d
Commit
a4932d2d
authored
Jul 25, 2017
by
http://jneen.net/
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
don't elevate to :watch if no @custom_action is provided
parent
b69e81c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/services/notification_recipient_service.rb
app/services/notification_recipient_service.rb
+1
-1
No files found.
app/services/notification_recipient_service.rb
View file @
a4932d2d
...
...
@@ -52,7 +52,7 @@ class NotificationRecipientService
@notification_level
||=
case
raw_notification_level
when
:custom
if
!
@custom_action
||
notification_setting
.
event_enabled?
(
@custom_action
)
if
@custom_action
&&
notification_setting
.
event_enabled?
(
@custom_action
)
:watch
else
:custom
...
...
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