Closed (fixed)
Project:
D7 Media
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
11 Jul 2018 at 10:01 UTC
Updated:
31 Aug 2018 at 21:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
dmytro-aragornHere is a patch
Comment #3
joseph.olstadthat code I believe is to support bulk upload using multiform and plupload.
alternatively you can enable the multiform module following the quick install guide.
however yes, lets look at this patch.
couple of suggestions:
rather than !empty() (negative is TRUE)
could use a positive is TRUE condition like isset()
Also, we could alternatively put a notice message in the watchdog about optionally installing plupload /multiform for bulk upload ability.
Thanks for the patch! lets trigger the tests.
Comment #4
harshil.maradiya commentedComment #5
joseph.olstadRTBC patch 3
Comment #6
joseph.olstadactually, this patch should be
(isset($blah) && $blah)
to check for true.
I will reroll this.
Comment #7
joseph.olstadComment #8
joseph.olstadnew patch
ah ben tabarn#k
Comment #10
joseph.olstadComment #11
joseph.olstadComment #12
joseph.olstadchange title
Comment #13
joseph.olstadComment #14
joseph.olstadThx