Layout Operation link
From Drupal Slack:So Layout Builder provides a Local Task for Entities which use it, but it doesn't appear to provide a Operation Link to show along with e.g. Edit and Delete in a Entity List, often I...
View Articlebreadcrumb not showing current page title when it's a top parent node,...
I experienced this bug after updating from 8.5.6 to 8.6.0 and later to 8.6.1Breadcrumbs do not show link for current node if it's a parent page. When it's a child page breadcrumb shows links for parent...
View ArticleIncompatibility between zend-diactoros and psr-http-message-bridge versions:...
I ran into a compatibility issue between Zend Diactoros and Symfony psr-http-message-bridge as pointed out in #3045306-6: Paypal payment fails with InvalidArgumentException in MessageTrait .Either...
View ArticleFix NOT NULL handling in the entity storage and 'primary key'...
Problem/MotivationCurrently, only a few entity keys are automatically marked as NOT NULL, which is a problem because it gives the impression that entity keys are somehow special and leads to bugs like...
View ArticleReplace jQuery UI sortable with Sortable js
Problem/MotivationWe are in the process of deprecating jQuery UI in core. The jQueryUI sortable library is among the components that need to be removed/replaced. As mentioned in the parent issue:...
View ArticleRe-order Layout Builder sections
Some complex page layouts leverage multiple section containers for long-form content, where reordering sections would be helpful.
View ArticleOverriding already overridden libraries-override requires knowledge of...
Problem/MotivationA bug in libraries-override #2451411: Add libraries-override to themes' *.info.yml makes it difficult to override a library or library asset that has already been overridden. You have...
View ArticleDeprecate jquery.ui.draggable
Problem/MotivationjQueryUI is going to be deprecated jquery.ui.draggable is among the components that need to be addressed As mentioned in the parent issue: #3067261: [Plan] Remove jQuery UI components...
View ArticleConsider adopting php-http/guzzle6-adapter to get PSR-18 support without...
Problem/MotivationDrupal 8 ships with Guzzle. As such it is somehow enforcing a particular library to be used for HTTP communication.Proposed resolutionThis is a proposal to adopt a more abstract...
View ArticleError uninstalling storage field
In the hook update paragraph to remove field, for some reason when calling the uninstallFieldStorageDefinition function it assembles getTableMapping with all revision fields including.With this, it...
View ArticleContext values passed in configuration to ContextAwarePluginBase are disregarded
Problem/MotivationIt is supposed to be possible to pass context values into plugins that extend ContextAwarePluginBase, as part of their configuration. However, it isn't, because of this line:...
View ArticleException in EarlyRenderingControllerWrapperSubscriber is a DX nightmare,...
Problem/MotivationI've spent too many hours debugging that LogicException and finding the root cause now, so I thought it's time to open this issue.Finding the root cause for that is very hard and...
View ArticleCatch EarlyRendering Exception for REST-Resources
Problem/MotivationThere are some issue where people always have the same issue running in a LogicException "The controller result claims to be providing relevant cache metadata, but leaked metadata was...
View ArticlePotential missing dependency on "migrate_drupal_multilingual"
Currently, the "migrate_drupal_multilingual" experimental module has two dependencies: Migrate Drupal and Migrate.It's my understanding that any multilingual features have a base dependency of the...
View Article[Symfony 5] Deprecate app.root and site.path services and either access...
Problem/MotivationUsing non-object services is deprecated as of Symfony 4.4. We create app.root and site.path services as strings in our services fileProposed resolution We should deprecate these two...
View ArticleEnable an entity query's return value to carry cacheability
Problem/Motivation>3 years ago, #2557815: Automatically bubble the "user.node_grants:$op" cache context in node_query_node_access_alter() introduced automatic cacheability bubbling for...
View ArticleConsider deprecating core Attribute classes
This is a follow-up task to #2664570: Move Attribute classes under Drupal\Component, in which a new Attribute Component was added.The core Attribute classes are now subclasses of the Component classes,...
View ArticleDrupal core scaffolding : Add composer.json composer-scaffold...
(this is my first post of a Drupal.org Issue ever)I was tasked in our Team to move our Drupal 8.8.x-dev build from using the Drupal Composer drupal-scaffold package...
View ArticleUnlimited value for Field ?
Hello,I encounter a problem on a field not limited in value. Everything is fine up to 197 values, then it is imposible to add or remove values ..Note ; The field of my issue is an image field inside a...
View Article[Symfony 5] Deprecate site.path as a string service and replace with a method...
Problem/MotivationString services are deprecated as of SF 4.4. site.path is a string service created via factory in our services.yml fileProposed resolutionPer @alexpott in #3074585-5: [Symfony 5]...
View Article