mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
RM-4619 - doing the conversion at first event
This commit is contained in:
@@ -195,7 +195,7 @@ public class FilePlanTypeUnitTest extends BaseUnitTest
|
||||
|
||||
try
|
||||
{
|
||||
filePlanType.onCreateChildAssociationOnCommit(childAssocRef, true);
|
||||
filePlanType.onCreateChildAssociation(childAssocRef, true);
|
||||
}
|
||||
catch(IntegrityException ex)
|
||||
{
|
||||
|
@@ -123,7 +123,7 @@ public class RecordCategoryTypeUnitTest extends BaseUnitTest
|
||||
|
||||
try
|
||||
{
|
||||
recordCategoryType.onCreateChildAssociationOnCommit(childAssocRef, true);
|
||||
recordCategoryType.onCreateChildAssociation(childAssocRef, true);
|
||||
}
|
||||
catch(IntegrityException ex)
|
||||
{
|
||||
|
Reference in New Issue
Block a user