update to new workflow categories (#3405)

This commit is contained in:
Frédéric Péters 2017-10-21 13:36:18 +02:00
parent 77db40a2f1
commit 6f738411eb
3 changed files with 6 additions and 6 deletions

View File

@ -23,7 +23,7 @@ class AbeliumDominoRegisterFamilyWorkflowStatusItem(WorkflowStatusJumpItem):
status = None
description = N_('Abelium Domino: Register a Family')
key = 'abelium-domino-register-family'
category = ('aq-abelium', N_('Abelium'))
category = 'interaction'
label = None
def render_as_line(self):

View File

@ -183,7 +183,7 @@ class AppointmentErrorPart(object):
class ClicRdvCreateAppointment(WorkflowStatusItem):
description = N_('Create a ClicRDV Appointment')
key = 'clicrdv-create'
category = ('aq-clicrdv', N_('ClicRDV'))
category = 'interaction'
endpoint = False
@ -312,7 +312,7 @@ register_item_class(ClicRdvCreateAppointment)
class ClicRdvCancelAppointment(WorkflowStatusItem):
description = N_('Cancel a ClicRDV Appointment')
key = 'clicrdv-cancel'
category = ('aq-clicrdv', N_('ClicRDV'))
category = 'interaction'
endpoint = False

View File

@ -209,7 +209,7 @@ class PaymentWorkflowStatusItem(WorkflowStatusItem):
description = N_('Payment Creation')
key = 'payment'
endpoint = False
category = ('aq-payment', N_('Payment'))
category = 'interaction'
support_substitution_variables = True
subject = None
@ -303,7 +303,7 @@ class PaymentCancelWorkflowStatusItem(WorkflowStatusItem):
description = N_('Payment Cancel')
key = 'payment-cancel'
endpoint = False
category = ('aq-payment', N_('Payment'))
category = 'interaction'
reason = None
regie_id = None
@ -449,7 +449,7 @@ class PaymentValidationWorkflowStatusItem(WorkflowStatusItem):
description = N_('Payment Validation')
key = 'payment-validation'
endpoint = False
category = ('aq-payment', N_('Payment'))
category = 'interaction'
next_status = None