From 43b118cd75d683d3c84f77b3374fdf0e1a0eaa5e Mon Sep 17 00:00:00 2001 From: Bogdan Ioan Gabor Date: Fri, 4 Dec 2020 13:45:04 +0200 Subject: [PATCH] APPS-580: Fixed the issue by using System user instead of the admin user. --- .../alfresco/slingshot/rmsearch/rmsavedsearches.delete.desc.xml | 2 +- .../alfresco/slingshot/rmsearch/rmsavedsearches.post.desc.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rm-community/rm-community-repo/config/alfresco/templates/webscripts/org/alfresco/slingshot/rmsearch/rmsavedsearches.delete.desc.xml b/rm-community/rm-community-repo/config/alfresco/templates/webscripts/org/alfresco/slingshot/rmsearch/rmsavedsearches.delete.desc.xml index d5cb481437..b7258ad350 100644 --- a/rm-community/rm-community-repo/config/alfresco/templates/webscripts/org/alfresco/slingshot/rmsearch/rmsavedsearches.delete.desc.xml +++ b/rm-community/rm-community-repo/config/alfresco/templates/webscripts/org/alfresco/slingshot/rmsearch/rmsavedsearches.delete.desc.xml @@ -3,7 +3,7 @@ RM Saved Searches /slingshot/rmsavedsearches/site/{site}/{name} argument - user + user required internal \ No newline at end of file diff --git a/rm-community/rm-community-repo/config/alfresco/templates/webscripts/org/alfresco/slingshot/rmsearch/rmsavedsearches.post.desc.xml b/rm-community/rm-community-repo/config/alfresco/templates/webscripts/org/alfresco/slingshot/rmsearch/rmsavedsearches.post.desc.xml index f48520e4cd..799793fed6 100644 --- a/rm-community/rm-community-repo/config/alfresco/templates/webscripts/org/alfresco/slingshot/rmsearch/rmsavedsearches.post.desc.xml +++ b/rm-community/rm-community-repo/config/alfresco/templates/webscripts/org/alfresco/slingshot/rmsearch/rmsavedsearches.post.desc.xml @@ -3,7 +3,7 @@ RM Saved Searches /slingshot/rmsavedsearches/site/{site} argument - user + user required internal \ No newline at end of file