I realized that filestorage was creating new folders with the field "name" on table cr_items with all records as "file-storage-new-folder"
Moreover some APIs such as fs::get_folder broke because it searches the folder id using as arguments the name and the parent_folder_id
This behavior happens only when ajax-file-storage-ui is set up.
I believe the issue must be anything in the javascript code.
I test without ajax it worked fine except for the special char issues.
Ajax still is a bit tricky to me.
I will give a shot anyway and post here.
if someone has ever fixed this before,please let me know
Request notifications