From 7112add401b3b00be05029ad9d64fd2421ef1d9c Mon Sep 17 00:00:00 2001 From: Antoniafriedrich Date: Fri, 4 Oct 2024 10:52:31 +0200 Subject: [PATCH] MIR-1329 Add Property to enable PDF/A Validation in Workflow Adds a mycore property to enable PDF/A validation seperately to Mir Workflow. Default is false. --- mir-module/src/main/resources/config/mir/mycore.properties | 2 +- mir-module/src/main/resources/xsl/metadata/mir-workflow.xsl | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/mir-module/src/main/resources/config/mir/mycore.properties b/mir-module/src/main/resources/config/mir/mycore.properties index 0794d51110..3ad534a7af 100644 --- a/mir-module/src/main/resources/config/mir/mycore.properties +++ b/mir-module/src/main/resources/config/mir/mycore.properties @@ -733,7 +733,7 @@ MCR.Object.Static.Content.Generator.mir-history.Transformer=mir-history MCR.URIResolver.xslImports.mirworkflow=metadata/mir-workflow.xsl MIR.Workflow.Menu=false MIR.Workflow.Box=false - +MIR.EnablePdfaValidationInWorkflow=false ############################################################################## # new Metadata Layout # ############################################################################## diff --git a/mir-module/src/main/resources/xsl/metadata/mir-workflow.xsl b/mir-module/src/main/resources/xsl/metadata/mir-workflow.xsl index 39aead7430..442a7fd431 100644 --- a/mir-module/src/main/resources/xsl/metadata/mir-workflow.xsl +++ b/mir-module/src/main/resources/xsl/metadata/mir-workflow.xsl @@ -15,6 +15,7 @@ + @@ -127,7 +128,10 @@ Dokument submitted - + + + +