mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
APPS-688: Fixed the issue by using System user instead of the admin user (#202)
This commit is contained in:
committed by
GitHub
parent
eeefcf573c
commit
c19c931cfa
@@ -25,7 +25,7 @@
|
||||
</description>
|
||||
<url>/api/archive/{store_type}/{store_id}/{id}</url>
|
||||
<format default="json" />
|
||||
<authentication runas="admin">user</authentication>
|
||||
<authentication runas="System">user</authentication>
|
||||
<transaction>required</transaction>
|
||||
<lifecycle>internal</lifecycle>
|
||||
</webscript>
|
@@ -11,7 +11,7 @@
|
||||
<url>/api/archive/{store_type}/{store_id}</url>
|
||||
<url>/api/archive/{store_type}/{store_id}/{id}</url>
|
||||
<format default="json" />
|
||||
<authentication runas="admin">user</authentication>
|
||||
<authentication runas="System">user</authentication>
|
||||
<transaction>required</transaction>
|
||||
<lifecycle>internal</lifecycle>
|
||||
</webscript>
|
@@ -8,7 +8,7 @@
|
||||
</description>
|
||||
<url>/api/archive/{store_type}/{store_id}?maxItems={maxItems?}&skipCount={skipCount?}&nf={namefilter?}</url>
|
||||
<format default="json" />
|
||||
<authentication runas="admin">user</authentication>
|
||||
<authentication runas="System">user</authentication>
|
||||
<transaction allow="readonly">required</transaction>
|
||||
<lifecycle>internal</lifecycle>
|
||||
<args>
|
||||
|
Reference in New Issue
Block a user