mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Sandboxed Compiles: pass imageName in Copy project
This commit is contained in:
@@ -80,7 +80,7 @@ async function duplicate(owner, originalProjectId, newProjectName, tags = []) {
|
||||
const newProject = await ProjectCreationHandler.promises.createBlankProject(
|
||||
owner._id,
|
||||
newProjectName,
|
||||
{ segmentation }
|
||||
{ segmentation, imageName: originalProject.imageName }
|
||||
)
|
||||
|
||||
let prepareClsiCacheInBackground = Promise.resolve()
|
||||
|
||||
Reference in New Issue
Block a user