Skip to content

Commit 21cc47b

Browse files
author
Nathan McMinn
committed
Reordered actions to group encrypt and decrypt pdf together.
1 parent 80b2f65 commit 21cc47b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@
121121
</actions>
122122
<actionGroups>
123123
<actionGroup id="document-browse">
124-
<action index="507" id="pdf-encryption"/>
124+
<action index="508" id="pdf-encryption"/>
125125
</actionGroup>
126126
<actionGroup id="document-details">
127-
<action index="507" id="pdf-encryption"/>
127+
<action index="508" id="pdf-encryption"/>
128128
</actionGroup>
129129
</actionGroups>
130130
</config>
@@ -315,10 +315,10 @@
315315
</actions>
316316
<actionGroups>
317317
<actionGroup id="document-browse">
318-
<action index="508" id="pdf-rotate"/>
318+
<action index="507" id="pdf-rotate"/>
319319
</actionGroup>
320320
<actionGroup id="document-details">
321-
<action index="508" id="pdf-rotate"/>
321+
<action index="507" id="pdf-rotate"/>
322322
</actionGroup>
323323
</actionGroups>
324324
</config>

0 commit comments

Comments
 (0)