
kflow.incident-process-plugin.3.0-beta1.source-code.confirmation.html Maven / Gradle / Ivy
The newest version!
<#assign null = "null">
${messageSource.getMessage("accidents.accident.request.title")}
<#assign issueTypeVal = process.getSimpleAttributeValue("issueType")!"">
<#assign incidentTypeVal = process.getSimpleAttributeValue("incidentType")!"">
<#assign incidentDescriptionVal = process.getSimpleAttributeValue("incidentDescription")!"">
<#assign incidentSeverityVal = process.getSimpleAttributeValue("incidentSeverity")!"">
<#assign incidentEmployeeVal = process.getSimpleAttributeValue("incidentEmployee")!"">
${messageSource.getMessage("confirmation.warning")}
<#assign issueTypeDictionary = dictionariesDao.fetchDictionary("issue_type")!null>
<#if issueTypeDictionary != null>
<#list issueTypeDictionary.sortedItems(messageSource.getLocale().toString()) as dictionaryItem>
<#if dictionaryItem.getKey() == issueTypeVal>
#if>
#list>
#if>
<#assign incidentTypeDictionary = dictionariesDao.fetchDictionary("incident_type")!null>
<#if incidentTypeDictionary != null>
<#list incidentTypeDictionary.sortedItems(messageSource.getLocale().toString()) as dictionaryItem>
<#if dictionaryItem.getKey() == incidentTypeVal>
#if>
#list>
#if>
<#assign incidentSeverityDictionary = dictionariesDao.fetchDictionary("incident_severity")!null>
<#if incidentSeverityDictionary != null>
<#list incidentSeverityDictionary.sortedItems(messageSource.getLocale().toString()) as dictionaryItem>
<#if dictionaryItem.getKey() == incidentSeverityVal>
#if>
#list>
#if>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy