mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
AVMLockingService is better tested now. Added isAdminAuthority() to
AuthorityService. Can be removed if this is objectionable. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5887 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1077,7 +1077,10 @@
|
||||
<list>
|
||||
<value>getLock</value>
|
||||
<value>getUserLocks</value>
|
||||
<value>getWebProjectLocks</value>
|
||||
<value>getWebProjectLocks</value>
|
||||
<value>getWebProjects</value>
|
||||
<value>getStoreLocks</value>
|
||||
<value>hasAccess</value>
|
||||
</list>
|
||||
</property>
|
||||
</bean>
|
||||
@@ -1091,7 +1094,9 @@
|
||||
<value>addWebProject</value>
|
||||
<value>lockPath</value>
|
||||
<value>removeLock</value>
|
||||
<value>removeWebProject</value>
|
||||
<value>removeWebProject</value>
|
||||
<value>modifyLock</value>
|
||||
<value>removeStoreLocks</value>
|
||||
</list>
|
||||
</property>
|
||||
</bean>
|
||||
|
Reference in New Issue
Block a user