mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-11 07:34:41 +08:00
Comment for depricated NotificationType
This commit is contained in:
parent
3e2c9934d0
commit
863e3873c2
1 changed files with 2 additions and 1 deletions
|
@ -12,9 +12,10 @@ class Extends
|
|||
|
||||
# Extends enum types. Should not be freezed, as modules might append to this.
|
||||
# !!!Check all addons for the correct order!!!
|
||||
# DEPRECATED 'system_message' in (SCI-2952, kept b/c of integer enums)
|
||||
NOTIFICATIONS_TYPES = { assignment: 0,
|
||||
recent_changes: 1,
|
||||
system_message: 2,
|
||||
system_message: 2, # DEPRECATED
|
||||
deliver: 5 }
|
||||
|
||||
TASKS_STATES = { uncompleted: 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue