
Fix entity reference module security issue: DRUPAL-SA-CONTRIB-2017-067 https://www.drupal.org/node/2902596 This patch removes the "Autocomplete widgets cannot reference a single entity result" https://drupal.org/node/1959624#comment-8451891 - it was merged as d8e3926 commit. Change-Id: If5b997dac31016e8ebaf3b5b1fc0216bd456b3b0
16 lines
706 B
Diff
16 lines
706 B
Diff
--- commons.orig/drupal-org.make 2017-08-30 16:20:25.000000000 +0200
|
|
+++ commons/drupal-org.make 2017-08-30 16:29:53.000000000 +0200
|
|
@@ -131,11 +131,7 @@
|
|
|
|
projects[entityreference][type] = "module"
|
|
projects[entityreference][subdir] = "contrib"
|
|
-projects[entityreference][version] = "1.1"
|
|
-
|
|
-; Autocomplete widgets cannot reference a single entity result.
|
|
-; https://drupal.org/node/1959624#comment-8451891
|
|
-projects[entityreference][patch][] = "https://drupal.org/files/issues/entityreference-autocomplete-widget-single-entity-1959624-6.patch"
|
|
+projects[entityreference][version] = "1.5"
|
|
|
|
projects[entityreference_prepopulate][type] = "module"
|
|
projects[entityreference_prepopulate][subdir] = "contrib"
|