mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-5416 - remove actual file from create electronic record method
This commit is contained in:
@@ -518,7 +518,7 @@ public class BaseRMRestTest extends RestTest
|
|||||||
.name(name)
|
.name(name)
|
||||||
.nodeType(CONTENT_TYPE)
|
.nodeType(CONTENT_TYPE)
|
||||||
.build();
|
.build();
|
||||||
return recordFolderAPI.createRecord(recordModel, parentId, getFile(IMAGE_FILE));
|
return recordFolderAPI.createRecord(recordModel, parentId);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user