Commit 8f83445a authored by C.J. Jameson's avatar C.J. Jameson

reorder notification settings by noisy-ness

fixes !54609
parent 953018e3
......@@ -5,7 +5,7 @@ class NotificationSetting < ActiveRecord::Base
ignore_column :events
enum level: { global: 3, watch: 2, mention: 4, participating: 1, disabled: 0, custom: 5 }
enum level: { global: 3, watch: 2, participating: 1, mention: 4, disabled: 0, custom: 5 }
default_value_for :level, NotificationSetting.levels[:global]
......
---
title: reorder notification settings by noisy-ness
merge_request:
author: C.J. Jameson
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment