Needs review
Project:
Media Browser Plus
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2017 at 15:22 UTC
Updated:
25 Apr 2017 at 16:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
matthiasm11 commentedI guess the same logic should be applied for the multiple upload form in
media_browser_plus_form_file_entity_add_upload_multiple_alter.The removed description should be added through for example
admin/structure/file-types/manage/image/fields(and to the other file types)Comment #3
matthiasm11 commentedComment #4
matthiasm11 commentedAdded support for other file types.
Comment #5
nixar commentedThis is a real issue when the folder structure becomes important!
What other widget are you using this with?
FYI it doesn't seem to work here with Simple Hierarchical Select because even if the widget shows correctly on Step 1:
- Step 2 of multiple upload shows
Notice: Trying to get property of non-object in media_browser_plus_file_presave() (line 32 of D:\Inetpub\LocalUser\my_site\sites\all\modules\media_browser_plus\media_browser_plus.file.inc).- Step 4 of a single upload is not able to retrieve the value set in step 1
It very well may be because of how SHS handles the data itself but if you have any thoughts on this, please let me know