Missed in last commits.
This commit is contained in:
@@ -102,7 +102,13 @@ export function JobsDocumentsGalleryReassign({ bodyshop, galleryImages }) {
|
||||
const currentKeys = i.key.split("/");
|
||||
currentKeys[1] = jobid;
|
||||
currentKeys.join("/");
|
||||
return { id: i.id, from: i.key, to: currentKeys.join("/") };
|
||||
return {
|
||||
id: i.id,
|
||||
from: i.key,
|
||||
to: currentKeys.join("/"),
|
||||
extension: i.extension,
|
||||
type: i.type,
|
||||
};
|
||||
}),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user