diff --git a/composer.json b/composer.json index 992d011c65fc6f6303af16e4ed8edab05457ef13..026b5e8e8598e16cc51e0c5fc36f72c57662128e 100644 --- a/composer.json +++ b/composer.json @@ -76,8 +76,10 @@ "https://www.drupal.org/files/issues/entityqueue-add_entityqueue_tab-2145441-17.patch" }, "drupal/dropzonejs": { - "Issue #2830862 by RajabNatshah: Updated the requirements on installation for [dropzonejs] so it will work If the library is not in the installation profile path too": - "https://www.drupal.org/files/issues/2830862-4.patch" + "Issue #2830862 by RajabNatshah: Updated the requirements on installation for [dropzonejs] to make it work if the library was in the installation profile.": + "https://www.drupal.org/files/issues/2830862-7.patch", + "Issue #2696853 by Dimiter: Media upload box problems": + "https://www.drupal.org/files/issues/dropzonejs-media-upload-box-problems-2696853-19-D8.patch" }, "drupal/coffee": { "Issue #2815381 by mqanneh, ahmadhalah, michaelmol: Coffee breaks whole page when using right to left (rtl) languages in drupal 8": diff --git a/drupal-org.make b/drupal-org.make index 66482aa75aa3a4a5ac144674908bd0038909fac6..aa886c7ab685b47f100f09404829e2420a55be4e 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -99,8 +99,10 @@ projects[entity_browser_enhanced][version] = 1.0-beta2 projects[dropzonejs][type] = module projects[dropzonejs][subdir] = "contrib" projects[dropzonejs][version] = 1.0-alpha3 -;; Issue #2830862 by RajabNatshah: Updated the requirements on installation for [dropzonejs] so it will work If the library is not in the installation profile path too -projects[dropzonejs][patch][2830862] = https://www.drupal.org/files/issues/2830862-4.patch +;; Issue #2830862 by RajabNatshah: Updated the requirements on installation for [dropzonejs] to make it work if the library was in the installation profile. +projects[dropzonejs][patch][2830862] = https://www.drupal.org/files/issues/2830862-7.patch +;; Issue #2696853 by Dimiter: Media upload box problems and enhancement. +projects[dropzonejs][patch][2830862] = https://www.drupal.org/files/issues/dropzonejs-media-upload-box-problems-2696853-19-D8.patch projects[entity_embed][type] = module projects[entity_embed][subdir] = "contrib"