You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when you copy a folder to a space inside another folder with the same name as the folder you want to copy, the invalid copy into descendant error occurs.
Expected behaviour
It should let us copy the folder since it is not a descendant because it belongs to a different space even though the folder name is the same.
Steps to reproduce
Log in to an ocis server with spaces.
Create a folder called test in your personal space, for example.
Create another folder in another space B also called test.
Go back to the personal space and try to copy the folder test into the test folder of space B.
You will receive an Invalid copy into descendant error
Technical problem
Managing of the Invalid copy into a descendant error is handled in the CopyFileUseCase class in the validateOrThrowException function. But this method is not managing if the folder you are trying to copy are in the same space.
The text was updated successfully, but these errors were encountered:
Actual behaviour
when you copy a folder to a space inside another folder with the same name as the folder you want to copy, the
invalid copy into descendant
error occurs.Expected behaviour
It should let us copy the folder since it is not a descendant because it belongs to a different space even though the folder name is the same.
Steps to reproduce
test
in yourpersonal space
, for example.space B
also calledtest
.personal space
and try to copy the foldertest
into thetest
folder ofspace B
.Invalid copy into descendant
errorTechnical problem
Managing of the Invalid copy into a descendant error is handled in the
CopyFileUseCase
class in thevalidateOrThrowException
function. But this method is not managing if the folder you are trying to copy are in the same space.The text was updated successfully, but these errors were encountered: