Closed icewind1991 closed 1 month ago
/backport to stable30
/backport to stable29
/backport to stable28
From https://github.com/nextcloud/groupfolders/issues/3339 we have https://github.com/x7airworker/groupfolders/blob/361d4314f6fa53a1a90735bf4fd42e30fb5d3785/tests/Trash/TrashBackendTest.php#L218 which can produce this error reliably. Can you add it and verify it fixes the test?
This (should) only changes how the path is displayed. So I think it's orthogonal from that issue/test, which I understand to be caused by what path is stored.
You're right, I confused this with another issue.
Currently the "original location" for deleted groupfolder items don't show the path of the groupfolder itself. Making it harder for users to know what the deleted file is.
This changes it to store the "full" original location and separately keep the "interal" original location for the restore operation.