settings: remove alfortville default validation steps (#22550)

This commit is contained in:
Benjamin Dauvergne 2018-06-29 11:53:51 +02:00
parent d2361b5e8a
commit fc5a4900ef
2 changed files with 8 additions and 20 deletions

View File

@ -296,18 +296,6 @@ msgstr "Mots-clés…"
msgid "Back to search"
msgstr "Retourner à la recherche"
#: settings.py:177
msgid "Send to DGS"
msgstr "Transmettre au DGS"
#: settings.py:178
msgid "Send to DGA"
msgstr "Transmettre au Dgd/CabMaire"
#: settings.py:179
msgid "Send to service"
msgstr "Transmettre au service"
#: sources/counter/models.py:26
msgid "Counter Presence"
msgstr "Présence au guichet"

View File

@ -184,15 +184,15 @@ HAYSTACK_CONNECTIONS = {
HAYSTACK_SIGNAL_PROCESSOR = 'haystack.signals.RealtimeSignalProcessor'
VALIDATION_STEPS = {
'mail': ['done-qualif', 'done-dgs', 'done-dga'],
}
# Add validation circuit on specific sources, example:
# VALIDATION_STEPS = {'mail': ['done-qualif', 'done-dgs', 'done-dga']}
# VALIDATION_STEP_LABELS = {
# 'done-qualif': _('Send to DGS'),
# 'done-dgs': _('Send to DGA'),
# 'done-dga': _('Send to service')}
VALIDATION_STEP_LABELS = {
'done-qualif': _('Send to DGS'),
'done-dgs': _('Send to DGA'),
'done-dga': _('Send to service'),
}
VALIDATION_STEPS = {}
VALIDATION_STEP_LABELS = {}
# mapping of channel to group/role *names*
CHANNEL_ROLES = {