file_entity renamed the following permissions at some point, this module is still using the old names.
$permissions = array(
'view file' => 'view files',
'edit file' => 'edit any files',
);
That results in stuff not showing up if you don't have the administer files permission.
Comments
Comment #1
BarisW commentedYep, that was my issue.. patch attached.
Comment #2
paulihuhtiniemi commentedDoesn't seem to apply, "error: sites/all/modules/contrib/media_browser_plus/media_browser_plus.module: No such file or directory" :)
Comment #3
berdir@BarisW: You need to make the path relative with git diff --relative=path/to/module.
Comment #4
BarisW commentedAh, my fault. Eat this.
Comment #5
BarisW commentedSigh.
Comment #6
paulihuhtiniemi commentedSeems to work nicely, thanks :)
Comment #7
BarisW commentedStill an issue with the latest DEV. Re-roll.
The permission view file does not exist, this should be view files.
Comment #8
das-peter commentedThe callback
admin/content/file/thumbnailsJSONis obsolete in the MBP 3.x branch. Thus I've removed that completely: http://drupalcode.org/project/media_browser_plus.git/commit/04d449fAnd as the MBP branch 2.x is discontinued I don't think I'll update that.
However, thanks @ all for the patches!