Active
Project:
Media Browser Plus
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2012 at 17:17 UTC
Updated:
8 Apr 2013 at 12:59 UTC
Hi,
When I move a specific folder (in folder management) form the root, and make it into a child folder (subfolder). All images inside the subfolder become broken (grey broken image icons appear). See attach.
When I move the subfolder back to the root, all images are back.
Drupal 7.12
Media 7.x-1.0-rc3
Media Browser Plus 7.x-1.0-beta3+15-dev
| Comment | File | Size | Author |
|---|---|---|---|
| mediaplus.png | 42.42 KB | yazzbe |
Comments
Comment #1
jamesharv commentedI'm also experiencing this. I've traced it to the fact that
media_browser_plus_move_physical_folder()doesn't update the uri stored in the database for each file it moves. It gets called frommedia_browser_plus_media_settings_submit()which is the submit handler for the form at /admin/content/media/folder_list.Is this by design, or is it a bug? I may have a go at patching this myself if it's not being worked on anywhere else.