<#assign idStateAfterEdition = -1> <#assign defaultMessage = ''> <#if config?exists> <#assign idUserEditionAction = config.idUserEditionAction>

#i18n{module.workflow.ticketing.task_edit_ticket_config.title}

<@fieldInputCombo i18nLabelKey="module.workflow.ticketing.task_edit_ticket_config.labelMessageDirections" mandatory=true inputName="message_direction" items=message_directions_list value="${message_direction}" i18nHelpBlockKey="module.workflow.ticketing.task_edit_ticket_config.labelMessageDirections.help" cssClass='' /> <@fieldInputText i18nLabelKey="module.workflow.ticketing.task_edit_ticket_config.labelUserEditionAction" inputName="idUserEditionAction" value="${idUserEditionAction!'0'}" i18nHelpBlockKey="module.workflow.ticketing.task_edit_ticket_config.labelUserEditionAction.help" />