Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2018-07-12 18:39:44 +0300
committerSean McGivern <sean@mcgivern.me.uk>2018-07-12 18:39:44 +0300
commit4e744e18a1a6baffa54d92426c14b09461ed022d (patch)
tree6bd0b8c7554ab1eae439283f97b4066c11994f9c /app/models
parent5c7e2987ae4042d2e4b869456e3620b9caea381d (diff)
parentef129737235832908e81f58da9133bbd8e9e7963 (diff)
Merge branch 'issue_47709' into 'master'
Allow to toggle notifications for issues due soon Closes #47709 See merge request gitlab-org/gitlab-ce!20530
Diffstat (limited to 'app/models')
-rw-r--r--app/models/notification_setting.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/notification_setting.rb b/app/models/notification_setting.rb
index 9195408551f..1933c46ee44 100644
--- a/app/models/notification_setting.rb
+++ b/app/models/notification_setting.rb
@@ -32,6 +32,7 @@ class NotificationSetting < ActiveRecord::Base
:reopen_issue,
:close_issue,
:reassign_issue,
+ :issue_due,
:new_merge_request,
:push_to_merge_request,
:reopen_merge_request,