In https://github.com/ramsalt/DrupalMakes/commit/044ad7b9cb1d17bb35b6c84c1e64a741d15806f3 we introduced the patch: > Cannot use relationship for rendered entity on Views > ref. https://www.drupal.org/node/2457999#comment-11101825 > - https://www.drupal.org/files/issues/2457999-63.patch That is a API change, that could break the stable version of contrib modules, e.g. DisplaySuite. > modules/contrib/ds/src/Plugin/views/Entity/Render/TranslationLanguageRenderer.php Currently it breaks every site, that is using DisplaySuite. ## Todo: - Follow the views issue - Provide a temporary patch for DisplaySuite, that we can use to make our platform working again.
In 044ad7b we introduced the patch:
That is a API change, that could break the stable version of contrib modules, e.g. DisplaySuite.
Currently it breaks every site, that is using DisplaySuite.
Todo: