Patch restws module to fix Issue #2090177: Possible misuse of "bundle keys".

This commit is contained in:
Michael Stenta 2019-03-18 10:51:06 -04:00
parent 2e15c7fdfe
commit addb21eabf
1 changed files with 2 additions and 0 deletions

View File

@ -140,6 +140,8 @@ projects[restws][subdir] = "contrib"
projects[restws][version] = "2.8"
; Add ability to filter by entity bundle.
projects[restws][patch][] = "http://www.drupal.org/files/issues/restws-2857490-2-Filter-by-bundle.patch"
; Fix Issue #2090177: Possible misuse of "bundle keys"
projects[restws][patch][] = "http://www.drupal.org/files/issues/restws-bundleKeyTerms-2090177-12.patch"
projects[restws_field_collection][subdir] = "contrib"
projects[restws_field_collection][version] = "1.1"