Skip to content
Extraits de code Groupes Projets
Valider 0a87356e rédigé par youssef.achkir's avatar youssef.achkir
Parcourir les fichiers

fix the build pipelines

parent d4c928db
Branches
Étiquettes
1 requête de fusion!40feature/VSN-1166 - Document Service Refactoring: Folders Part
Pipeline #20408 réussi avec les étapes
in 2 minutes et 52 secondes
......@@ -260,7 +260,7 @@ public class FolderServiceImpl implements FolderService {
// Create a shallow copy of the folder
Folder sharedCopy = new Folder();
sharedCopy.setName(originalFolder.getName());
sharedCopy.setOwnerUuid(userUuid); // the user receiving the folder
sharedCopy.setOwnerId(userId); // the user receiving the folder
sharedCopy.setParent(sharedWithMeFolder);
// Optional: shallow copy of documents (without duplicating files)
......
0% ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter