Skip to content

Commit 99d5c4f

Browse files
ikanisAFaust
authored andcommitted
Fix transaction of webscript to allow write
1 parent 6ec84d5 commit 99d5c4f

File tree

1 file changed

+1
-1
lines changed
  • repository/src/main/resources/alfresco/templates/webscripts/org/orderofthebee/support-tools/admin/ootbee-support-tools/command-console-plugins

1 file changed

+1
-1
lines changed

repository/src/main/resources/alfresco/templates/webscripts/org/orderofthebee/support-tools/admin/ootbee-support-tools/command-console-plugins/subsystem-commands.post.desc.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
<negotiate accept="application/json">json</negotiate>
1818
<authentication>admin</authentication>
1919
<lifecycle>internal</lifecycle>
20-
<transaction bufferSize="8192" allow="readonly">required</transaction>
20+
<transaction bufferSize="8192" allow="readwrite">required</transaction>
2121
</webscript>

0 commit comments

Comments
 (0)