- Issue created by @dieterholvoet
- @dieterholvoet opened merge request.
The following error is triggered when adding a filter to a view:
LogicException: The database connection is not serializable. This probably means you are serializing an object that has an indirect reference to the database connection. Adjust your code so that is not necessary. Alternatively, look at DependencySerializationTrait as a temporary solution. in Drupal\Core\Database\Connection->__sleep() (line 1309 of /[..]/web/core/lib/Drupal/Core/Database/Connection.php).
Add DependencySerializationTrait
to Drupal\symfony_translation\SymfonyTranslation
.
Active
1.0
Code