Routes fail validation in link field widgets
You can add routes to a link field by using route:{$route_name}. However, if you save an entity with a link field that has a route and attempt to edit and re-save the node or menu item without changing...
View ArticleLayout Builder missing ability to assign context
Problem/MotivationLayout Builder missing ability to assign required contextSteps to reproduceAdd views block, or any block that relies on context to display content, to a Layout Builder section. When...
View ArticleNode complete creates new nodes when used for incremental migrations
When using the node_complete i get new nodes in stead of revisionsI exposed my d7 db and created the migrations using the command drush migrate-upgrade --configure-only, then i started to change the...
View ArticleMove source_module and destination_module from Migrate to Migrate Drupal
Discussed at the migrate meeting.The source_module and destination_module are needed for Drupal and should not be in Migrate, they probably should be in Migrate Drupal. Let's see what needs to be done...
View ArticleRoute normalizer: Global Redirect in core
Problem/MotivationOriginally, some work was started in #2430335: Browser language detection is not cache aware to resolve a caching issue. A language redirect was introduced, but the implementation was...
View ArticleAn illegal choice has been detected. on exposed multiple checkboxes form submit
I just fix a problem about "An illegal choice has been detected..." with module "better_exposed_filters"Configuration : - Module "better_exposed_filters" installed - Create a view - Expose a filter as...
View ArticleField mapping options in media type form are not sorted correctly
Problem/MotivationThe list of fields in the field mapping section of the media type form is not sorted.Steps to reproduceProposed resolutionThe $options should be sorted with natcasesort().Remaining...
View ArticleDelegate all hook invocations to ModuleHandler
Problem/MotivationPretty much all of the other issues that are asking for OO hook implementations all run into the same problem: we have an unsettlingly large number of places throughout core that...
View Articlecomposer update drupal/core "drupal/core-*" --with-all-dependencies...
Problem/MotivationAttempting to update Drupal 8 core utilizing composer. Server utilizes composer 2. The lock file says you need to utilize composer 1?Your requirements could not be resolved to an...
View ArticleAutocomplete: duplicates of existing terms are suggested (regression)
#675446-238: There appears to a major regression in the committed code: duplicates are suggested!Steps to reproduce:Make sure a free tagging field already has the "foo" and "bar" values. Assume these...
View ArticleViews: AJAX pager doesn't work with exposed filter which has a default...
The original issue is here but for the Drupal7 Views module. Below is copy/paste from that issue. All credits to @uqCurrently when a view uses AJAX pager and exposed filter with a default value at the...
View ArticleAllow configuring which theme is used as a starterkit theme
Problem/MotivationThe current approach on #3050384: Provide a starterkit theme in core only support single starterkit theme to be used as the starting point for generated themes. However, it could be...
View ArticleAdd the new D7 user->changed property to the migration system
Problem/MotivationAs suggested by @heddn in #1835754-46: Add last 'changed' property to user entity, now that D7 has a "changed" property on user entities, D9 should have the ability to include that in...
View ArticleAdd link to "Trusted host settings" in default.settings.php
Problem/Motivation Allow users to find documentation on trusted_host_patterns easily.Proposed resolutionAdd a comment in default.settings.php file near the trusted_host_patterns code pointing to the...
View ArticleMove Field Layout data model and API directly into...
Problem/Motivation#2796173: Add experimental Field Layout module to allow entity view/form modes to switch between layouts adds an experimental module that extends and alters the EntityDisplay entity...
View ArticleShow view tags on administrative list of views
Problem/Motivation#2574767-36: Views listing page displays too few items on a page removed the "Tags" column from the list of views at /admin/structure/views, because it was rarely used. I don't...
View ArticleTranslated field denormalization creates duplicate values
Problem/MotivationTo reproduce:1. Enable rest, hal, language, content_translation on a standard profile. 2. Enable a second language (German) and make the node type "page" translatable with all fields....
View ArticleRemove paragonie/random_compat and symfony/polyfill-php70
Problem/MotivationIn #3255353-6: Update dependencies for Drupal 10.0.x, @longwave said: edit: and local testing suggests we can remove paragonie/random_compat and symfony/polyfill-php70 as nothing...
View ArticleLayout builder filter leaves blank space
Problem/MotivationThe filtering works fine but when links are hidden the li tags have padding and/or border that stays behind thus taking up space.Steps to reproduceProposed resolutionHide the parent...
View ArticleDiscuss whether to decouple from Symfony Validator
Problem/MotivationWe've had to deal with quite a lot of deprecations in Symfony validator, which has been the main barrier to updating Symfony minor releases.The most recent of these is #3029540:...
View Article