Clone existing template BUG fixed
This commit is contained in:
parent
b7fbc32e1e
commit
e55317ec43
2 changed files with 7 additions and 4 deletions
|
@ -92,12 +92,13 @@ async function create(context, entity) {
|
|||
|
||||
await shares.rebuildPermissionsTx(tx, { entityTypeId: 'template', entityId: id });
|
||||
|
||||
if (entity.fromExistingEntity) {
|
||||
//Returns an error
|
||||
/*if (entity.fromExistingEntity) {
|
||||
await files.copyAllTx(tx, context, 'template', 'file', entity.existingEntity, 'template', 'file', id);
|
||||
|
||||
convertFileURLs(entity, 'template', entity.existingEntity, 'template', id);
|
||||
await tx('templates').update(filterObject(entity, allowedKeys)).where('id', id);
|
||||
}
|
||||
}*/
|
||||
|
||||
return id;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue