mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Added transaction allow=readonly to all appropriate Share and Remote Service WebScript descriptiors.
- fixed up SiteService to create inner transactions as readonly where appropriate - tested Share with basic operations, may be some further issues that fall out git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14672 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -548,7 +548,7 @@ public class SiteServiceImpl implements SiteService, SiteModel
|
|||||||
|
|
||||||
return results.get(0);
|
return results.get(0);
|
||||||
}
|
}
|
||||||
});
|
}, true);
|
||||||
}
|
}
|
||||||
}, AuthenticationUtil.getSystemUserName());
|
}, AuthenticationUtil.getSystemUserName());
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user