mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
RM-7111: AGS 3.3 can't be installed on ACS 6.1
- added alfresco.min.version to 6.1
This commit is contained in:
@@ -67,8 +67,11 @@ public class RMv33HoldAuditEntryValuesPatch extends AbstractModulePatch
|
||||
private void updatePropertyStringValueEntity(String fromStringValue, String toStringValue)
|
||||
{
|
||||
PropertyStringValueEntity propertyStringValueEntity = recordsManagementQueryDAO.getPropertyStringValueEntity(fromStringValue);
|
||||
propertyStringValueEntity.setValue(toStringValue);
|
||||
recordsManagementQueryDAO.updatePropertyStringValueEntity(propertyStringValueEntity);
|
||||
if (propertyStringValueEntity != null)
|
||||
{
|
||||
propertyStringValueEntity.setValue(toStringValue);
|
||||
recordsManagementQueryDAO.updatePropertyStringValueEntity(propertyStringValueEntity);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user