All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kflow.base-widgets.3.2-RC1.source-code.latest-process-comments.html Maven / Gradle / Ivy

The newest version!
<#assign processComments = process.getCommentsOrderedByDate(false)/>
<#assign commentAdded = process.getSimpleAttributeValue("commentAdded")!""/>

<#if (processComments?size > 0) && (commentAdded != "")>

            
    <#assign commentIteration = 0/> <#list processComments as processComment> <#assign commentIteration = commentIteration + 1/> <#if commentIteration <= 1> <#assign substituteUser = processComment.substituteLogin!""/>
  • ${processComment.authorFullName} (${processComment.authorLogin}) [${processComment.getFormattedDate("dd-MM-yy HH:mm")}] <#if substituteUser != ""> ${messageSource.getMessage("process.history.subsituted.by")} ${processComment.substituteFullName} (${processComment.substituteLogin})

    <#assign processCommentType = processComment.commentType!""/> <#if processCommentType != ""> ${processCommentType}
    ${processComment.body}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy