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
click Choose existing and pick subfolder (Blog / blog_1)
change Folder from top dropdown (common). Path looks -> Common / blog_1
Screen.Recording.2024-09-23.at.12.58.08.mov
The problem is when you go to the subfolder, the URL from the subfolder is added everywhere
this is how links in dropdown menu should looks: admin.php?/cp/addons/settings/filepicker/modal&field_upload_locations=all&requested_directory=5&viewtype=list&perpage=25
and how it looks after ajax, when you go to subfolder (added directory_id=15, but shouldn't) admin.php?/cp/addons/settings/filepicker/modal&field_upload_locations=all&requested_directory=5&directory_id=15&viewtype=list&perpage=25
Step to reproduce:
Screen.Recording.2024-09-23.at.12.58.08.mov
The problem is when you go to the subfolder, the URL from the subfolder is added everywhere
this is how links in dropdown menu should looks:
admin.php?/cp/addons/settings/filepicker/modal&field_upload_locations=all&requested_directory=5&viewtype=list&perpage=25and how it looks after ajax, when you go to subfolder (added
directory_id=15, but shouldn't)admin.php?/cp/addons/settings/filepicker/modal&field_upload_locations=all&requested_directory=5&directory_id=15&viewtype=list&perpage=25