convert FieldEntityTest to a kernel test
Problem/MotivationIt looks like FieldEntityTest can be converted to a kernel test.It makes no HTTP requests, but executes the view object directly and then checks its state:...
View ArticleUpgrading from 10.1.8 to 10.2.7 failed.
Problem/MotivationDrupal 10 Upgrading from 10.1.8 to 10.2.7 failed.Steps to reproduceWhen I run the command "composer update "drupal/core-*" --with-all-dependencies" the composer.json file is not...
View ArticleAvoid TypeError if config entity dependencies are NULL
Problem/MotivationWe noticed an error on the 10.3 update when trying to resave config entities, the affected sites has some invalid definitions with NULL instead of an empty array, which results...
View ArticleDeprecate $variables['view'] for node.html.twig
Problem/MotivationViews module adds $variables['view'] to node templates.This is impossible to provide cacheable metadata for, because we don't have the render context of the view. I've also never seen...
View ArticleError message 'css_classes' is not a supported key. CK Editor 5
Problem/MotivationI can't save CK 5 Editor config in /en/admin/config/content/formatsSteps to reproduceI just updated Drupal via Composer to the last Drupal 10 Version
View ArticleMissing padding from 2nd level child items display
Problem/MotivationIn the experimental navigation menu, 2nd level sub-menu items have a visually uneven appearance due to padding added to the block-end, but not the block-start.Steps to...
View ArticleUX: Certain users understand the word "Draft" to mean...
Problem/MotivationUX: Certain users understand the word "Draft" to mean "Unpublished" and are surprised that a node in "Draft" is published if a previous revision of the node is Published. Steps to...
View ArticleAdd metadata to the views query
Problem/MotivationI use hook_form_alter() to alter the views exposed form and to change the widget of some filter. But more than that I need to change related condition in views query as well. To do...
View ArticleMerge the build and link stages in core MR pipelines
Problem/MotivationCore has three overall stages in gitlab pipelines: Build, Lint and Test.The build stage consists of two jobs - composer and yarn, which exist only to build caches for later...
View ArticleAdd a theme-agnostic-region for "sticky" blocks
Please add a theme-agnostic-region for "sticky" blocks, such as a block containing a "contact us" button for immediate contact. It would be a special region that is not associated with any specific theme.
View ArticleUndefined array key "route_name" in...
Problem/MotivationWhen clear Drupal caches, I get an error, if a module calls hook_local_tasks_alter() like contrib scheduler.If i use the contrib scheduler module, I get errors on all admin...
View ArticleRename removeComponent method to hideComponent in EntityDisplayBase for clarity
Problem/MotivationEntityDisplayBase uses the method removeComponent as a way to hide components from it's display, this is confusing language as "remove" is usually interpreted as a deletion, we've...
View ArticleProblem with the q tag
Problem/MotivationI use the q tag a lot for annotations, captions, etc. When I insert the q tag, ckeditor 5 adds more every time it encounters another tag.Steps to reproduce- I write the text with...
View ArticleGenerateThemeTest::testContribStarterkitDevSnapshotWithGitNotInstalled fails...
Problem/MotivationBuild test, Command/GenerateThemeTest.php is failing on SQLite and 10.3.x. The test estContribStarterkitDevSnapshotWithGitNotInstalled...
View ArticleEnabled subtree links of a disabled parent link are added to the menu tree at...
Problem/MotivationHaving the following menu tree: - item 1 (disabled) -- item 1a -- item 2a - item 2 -- item 2a - item 3 Then fetch the full menu tree with only enabled menu items:$parameters = new...
View ArticleentityQuery: When compared against an array, such as categories condition in...
Problem/MotivationThere are two problems here, both of them in Drupal\Core\Config\Entity\Query\Condition.php.This occurs under the condition that there are array values stored for a property in a...
View ArticleDrupal\media\Entity\Media::prepareSave should convert URL object metadata to...
Problem/MotivationMedia bundles allow for source values to be mapped to fields on the bundle. The mapping is executed in Drupal\media\Entity\Media::prepareSave. There is an issue with how URLs are...
View ArticleEnable W3C-compliant webdriver testing
Problem/MotivationThis is a follow-on from #3240792: Use lullabot/mink-selenium2-driver and lullabot/php-webdriver for functional browser testing. This issue enables W3C-compliant webdriver testing,...
View ArticleUpdate Nightwatch to 3.x
Problem/MotivationWe are currently on Nightwatch 2.3.9 but the latest version is 3.0.1.Proposed resolutionUpdate to Nightwatch 3.0.1 on Drupal 10.0.x. Evaluate what's the impact of backporting this to...
View ArticleClaro: Move svg image from template to images folder.
Problem/MotivationClaro: Move svg image from templates to images folder.drupal/core/themes/claro/templates/admin/indentation.html.twig from this file<svg xmlns="http://www.w3.org/2000/svg"...
View Article