- 🇺🇦Ukraine _shy Ukraine, Lutsk 🇺🇦
Changes that were made in the patch, were merged in the other issue.
Closed.
Module gives an error while installation as TypeError: Argument 2 passed to Drupal\views_dynamic_entity_row\Plugin\Derivative\ViewsDynamicEntityRow::__construct() must be an instance of Drupal\Core\Entity\EntityTypeManager, instance of Drupal\webprofiler\Entity\EntityManagerWrapper given, called in /app/modules/contrib/views_dynamic_entity_row/src/Plugin/Derivative/ViewsDynamicEntityRow.php on line 52 in Drupal\views_dynamic_entity_row\Plugin\Derivative\ViewsDynamicEntityRow->__construct() (line 37 of modules/contrib/views_dynamic_entity_row/src/Plugin/Derivative/ViewsDynamicEntityRow.php).
This error occurs only when the web profiler module is installed previously.
Don't use EntityTypeManager
Insted use EntityTypeManagerInterfae
Closed: won't fix
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Changes that were made in the patch, were merged in the other issue.
Closed.