Closed (fixed)
Project:
Media Browser Plus
Version:
7.x-3.x-dev
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2014 at 23:14 UTC
Updated:
29 May 2014 at 14:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dmducc commentedYes. THIS is SOOOO frustrating
Comment #2
marcusx commentedSame issue here.
I debugged this a bit. I asume you are on the latest dev of media. The reason why this is not working anymore is that the bulk functionality has been moved into a submodule here: #2143469: Spin-off bulk file upload support in dedicated module / project
Commit:
http://drupalcode.org/project/media.git/commit/81640ea480a4d19433523c525...
So the hook_menu() implemetations are not correct any more.
e.g.:
Needs now to be:
This needs to be changed on several places. I will fix this today on my current project and send a patch later.
Comment #3
marcusx commentedPatch attached. There was already a fix for download and edit in the latest dev. I copied this over to the part responsible for deleting.
Attention:
You need to activate the "
media_bulk_upload" module which is a submodule frommediato make this work. This should normally happen in anhook_update()the code is there but for some reason it was still disabled on my side.Comment #4
marcusx commentedUpdating title, it is more likely that people search for delete if deleting stuff is not working than for operations. So let's make it a bit clearer what this is about.
Comment #6
das-peter commentedThanks :)