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
in an asset folder, I have the following:
-- file1
-- folder/fle1
I tried to move the file1 to folder1, got the prompt with
replace it
keep both
I got the following error with both choices:
Uncaught TypeError: Cannot read properties of undefined (reading 'folderId') in handleConflictChoice function
Steps to reproduce
create a subfolder with the same file as in parent folder
try to move the file in parent folder to subfolder
click "keep both" or "replace it"
Expected behavior
The move file should be moved
Actual behavior
Nothing happens and error in console occures
Craft CMS version
4.4.3
PHP version
8.0.28
Operating system and version
No response
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
No response
The text was updated successfully, but these errors were encountered:
What happened?
Description
in an asset folder, I have the following:
-- file1
-- folder/fle1
I tried to move the file1 to folder1, got the prompt with
I got the following error with both choices:
Uncaught TypeError: Cannot read properties of undefined (reading 'folderId') in handleConflictChoice function
Steps to reproduce
Expected behavior
The move file should be moved
Actual behavior
Nothing happens and error in console occures
Craft CMS version
4.4.3
PHP version
8.0.28
Operating system and version
No response
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
No response
The text was updated successfully, but these errors were encountered: