[ignore] testing issue
Problem/MotivationSteps to reproduceProposed resolutionRemaining tasksUser interface changesAPI changesData model changesRelease notes snippet
View ArticleAttributeClassDiscovery fails while trying to include non valid plugin class
Problem/MotivationI noticed this issue when installing commerce_payment on the 11.x branch. While discovering block plugin classes it tries to create a Reflection of the...
View ArticleImprove the readability of the view mode and form mode page
Problem/MotivationThe columns for the different view mode and form mode entity types are not really aligned across entity types and with the introduction of a description column #3364659: Give display...
View ArticleAn empty views pager offset field can cause a PHP type error to be triggered.
Problem/MotivationI came across an intriguing bug in Drupal 10 views when configuring pager options. If the offset field is left empty, it triggers a PHP type error. In Drupal 10, the expected value...
View ArticleUse ApiRequestTrait in \Drupal\Tests\rest\Functional\ResourceTestBase
Problem/MotivationThis is a followup to #3227824: Move the linkset functionality from the decoupled menus contributed module to core's system module. In #157 over there alexpott commented:When this...
View ArticleLogicException: The database connection is not serializable. [META]
Problem/MotivationCreating this issue to unite many other issues, that are reported by contrib modules, in order to get a precise description of the problem.Several contrib modules report problem when...
View ArticleLibraryDependencyResolver::getMinimalRepresentativeSubset calculates...
Problem/MotivationLibraryDependencyResolver::getMinimalRepresentativeSubset is used as part of the new asset pipeline which is used to generate urls and dependencies. This can be a pretty big deal for...
View ArticleCreate a version of StringTranslationTrait that uses...
Problem/MotivationProposed resolutionRemaining tasksUser interface changesAPI changesData model changes
View ArticleAllow tokens to be used in Text Editor/CKEditor 5 image upload directory path
Allow Drupal date tokens to be used in the "Upload Directory" path, much like they are used for the upload path in Image fields of Content Types.That way instead of inline-images one could have...
View ArticleLogicException: The database connection is not serializable.
Hi,Im not sure if anyone else has got this error or not, but when I try to perform a validation $form_state->setErrorI am getting an error LogicException: The database connection is not...
View ArticleErrors: The following table(s) do not have a primary key: forum_index
Problem/MotivationAccording to Drupal's advice, when we change the default transaction isolation level from "REPEATABLE READ" to READ-COMMITTED for databases, the following error is...
View ArticleCalling batchBuilder in custom service throws error when...
When calling a batchBuilder in custom service without using DependencySerializationTrait it thows an error.LogicException: The database connection is not serializable. This probably means you are...
View ArticleBigPipeResponse objects are not serializable
Our Behat tests caught a rather specific issue. When big_pipe is enabled, the /comment/* route sometimes returns a 500 error.What happens, is that this call returns a BigPipeResponse object. And if...
View ArticleAjax Multistep form face with LogicException: The database connection is not...
Problem/MotivationSteps to reproduceProposed resolutionRemaining tasksUser interface changesAPI changesData model changesRelease notes snippet
View Article[META] Serialization issues in Migration tests
Problem/MotivationWhen running migration Kernel tests, i.e. MigrateNodeComleteTest.php, an error in the source plugin query results in fatal errors from PHPUnit and not a helpful SQL error as expected....
View Articleajax_page_state leaks through request in Views Ajax
Problem/Motivation#956186: Allow AJAX to use GET requests moved all the parameters for a views request into the GET query which now includes ajax_page_state. This is sometimes leaking into URL building...
View Article[policy, no patch] Allow both annotations and attributes in Drupal 11
Problem/Motivation#3252386: Use PHP attributes instead of doctrine annotations adds attribute support for plugins and plugin managers to Drupal 10.2.0. However this is just the start of the journey:...
View ArticleEntity view/form mode formatter/widget settings have no translation UI
Problem/MotivationAdd missing configuration translation interface.There are several pieces of information from the Entity/Field system, which may include translatable strings, but which prior to this...
View ArticleViews - update filters block on ajax request
When views defines filters in exposed block, and ajax is enabled, ajax requests refresh only view results <div>, exposed filters <div> stays untouched. This is fine, if ajax requests are...
View Article