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

com.joliciel.jochre.search.feedback.correction.ftl Maven / Gradle / Ivy

There is a newer version: 2.6.4
Show newest version
[#ftl]
New correction on Jochre

  • User: ${correction.user}
  • IP: ${correction.ip}
  • Date: ${correction.createDate?datetime?string.full}
  • Original document: ${correction.document.path}
  • Field: ${correction.field}
  • Previous value: ${correction.previousValue}
  • New value: ${correction.value}
  • [#if correction.applyEverywhere]
  • Apply to all of the following documents:
      [#list correction.documents as doc]
    • ${doc}
    • [/#list]
    [/#if]

    To undo this correction, click here: ${undoCommandUrl}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy