Comment for depricated NotificationType

This commit is contained in:
Urban Rotnik 2019-01-25 17:04:16 +01:00
parent 3e2c9934d0
commit 863e3873c2

View file

@ -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,