Fix broken activity stream on front and group pages

The upstream entity module must be patched to provide language
fallback when the locale module is enabled. More details here:
https://www.drupal.org/node/1782134

Change-Id: I0b84f90bafbd91fbeef02383cfea98ac6a8185bb
This commit is contained in:
Marton Kiss 2015-02-03 18:11:50 +01:00
parent 58cf7280b8
commit 5e290ad9d6
1 changed files with 3 additions and 0 deletions

View File

@ -129,6 +129,9 @@ projects[email_registration][download][revision] = "1656416"
projects[entity][type] = "module"
projects[entity][subdir] = "contrib"
projects[entity][version] = "1.5"
; Translatable fields: Not overriding language-none values with empty default-language values
; https://www.drupal.org/node/1782134
projects[entity][patch][] = "https://www.drupal.org/files/entity-translatable_fields_not_overriding_und_with_empty_values-1782134-5.patch"
projects[entitycache][type] = "module"
projects[entitycache][subdir] = "contrib"