mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
Merge branch 'feature/RM-3390_SystemUserIsDisplayedOnSecurityClearancePage' into 'master'
Feature/rm 3390 system user is displayed on security clearance page RM-3390 system user is displayed on security clearance page. Check if the person exists (in the SecurityMarkingsService), before getting it, as this can cause the person to be created. Modify SecurityMarkings test to accommodate new implementation. A lot of changes appear in SecurityMarkingsServiceImpl due to formatting. The code modifications are in method "verifyNotChangingSelf", line 727. See merge request !296
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<property name="description" value="RM patch executer"/>
|
||||
<property name="sinceVersion" value="2.2"/>
|
||||
<property name="executeOnceOnly" value="false"/>
|
||||
<property name="moduleSchema" value="2501"/>
|
||||
<property name="moduleSchema" value="2502"/>
|
||||
<property name="attributeService" ref="AttributeService" />
|
||||
<property name="dependsOn">
|
||||
<list>
|
||||
|
Reference in New Issue
Block a user