Skip to content

Commit 96ea131

Browse files
author
Nathan McMinn
committed
Form patches
1 parent bfe8626 commit 96ea131

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pdf-toolkit-repo/src/main/amp/config/alfresco/module/org.alfresco.extension.pdftoolkit/module-context.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@
161161
<bean id="pdfc-archivelevel" class="org.alfresco.extension.pdftoolkit.constraints.MapConstraint" parent="action-constraint">
162162
<property name="constraintMap">
163163
<map>
164-
<entry key="PDFX1A2001" value="1"/>
165-
<entry key="PDFA1A" value="3"/>
166-
<entry key="PDFA1B" value="4"/>
164+
<entry key="1" value="PDFX1A2001"/>
165+
<entry key="3" value="PDFA1A"/>
166+
<entry key="4" value="PDFA1B"/>
167167
</map>
168168
</property>
169169
</bean>

pdf-toolkit-share/src/main/amp/config/alfresco/web-extension/site-data/extensions/alfresco-pdf-toolkit-extension.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
<id>PDF Toolkit Actions UI - Transform to PDF/A</id>
264264
<description>Expose the PDF/A transformation action doclib action UI</description>
265265
<version>1.1.2</version>
266-
<auto-deploy>false</auto-deploy>
266+
<auto-deploy>true</auto-deploy>
267267
<configurations>
268268
<!-- Share config elements for the doclib actions -->
269269
<config evaluator="string-compare" condition="DocLibActions">

pdf-toolkit-share/src/main/resources/META-INF/share-config-custom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@
528528
</forms>
529529
</config>
530530

531-
<config evaluator="string-compare" condition="pdf-encryption">
531+
<config evaluator="string-compare" condition="pdf-convert-to-archivable">
532532
<forms>
533533
<form>
534534
<field-visibility>

0 commit comments

Comments
 (0)