Breadcrumbs block within Layout Builder causes errors when moving blocks
Problem/MotivationLayout Builder throws errors when the system Breadcrumbs block is in a layout and any blocks are moved. Further, after moving the Breadcrumbs block, the "Move" contextual link stops...
View Articlemultilingual comment url not working
Problem/MotivationUnapproved multilingual comment URL not workingSteps to reproduce1. Add comment on multi-lingual content which is in unpublished state (comment cannot be posted by anonymous user, it...
View ArticleAccess to 'Reset to alphabetical' denied for users without...
Reset to alphabetical button is visible if users have access to edit all terms in a vocabulary, however reset route access is determined by whether the user has administer taxonomy. This means users...
View ArticleImprove wording around twig.cache setting for production environments
Problem/MotivationThis comment in services.yml is rather confusing and could use better wording.It can read like it's not recommended to set the `cache: true` value. But instead, what it's trying to...
View ArticleBundleClassInheritanceException incorrectly thrown when a bundle class does...
Problem/MotivationIf a bundle class does not exist, the exception message does not correctly explain the problem:> Bundle class Drupal\fo\Entity\Bundle\Foo does not extend entity class...
View ArticleDeprecated function: abs(): Passing null to parameter #1 ($num) of type...
Problem/MotivationThe file_managed.filesize column could be null, if the file size couldn't be determined. So we need to check that the file size is not null before passing to format_size(), which...
View ArticleDecide how CKEditor 5-provided types should be referenced
Problem/MotivationCKEditor is using umberto for generating their documentation. It's an internal tool which they are using. It would be useful to improve our documentation by reference relevant parts...
View Articlechecks for bundle entity classes should happen in rebuild, not runtime
Problem/MotivationContentEntityStorageBase::getEntityClass() checks to see if a bundle class is correctly defined as a child class of the entity class.However, this check should happen during a...
View ArticleField not saved when change of 0 on string start
Problem/MotivationDuring the modification of a taxonomy term text field by adding or removing a "0" as first character if it is the only change, it isn't saved. The problem is the same with the other...
View ArticleRemove core updates added prior to 9.3.0 and adjust test coverage
Problem/MotivationPer discussion in #2942096: [policy, no patch] Remove old update hooks prior to each major version (Drupal 10 and later), and discuss what to do with...
View ArticleDateTimePlus::createFromFormat does not accept microseconds despite claiming...
The 'u' format flag is not recognised. Simple example:use Drupal\Component\Datetime\DateTimePlus; $autoloader = require_once 'autoload.php'; $f = 'Y-m-d\TH:i:s.u'; $s = '2015-04-22T00:28:15.473'; $p =...
View ArticleDeprecate tracker module in Drupal 9.4
Problem/MotivationHere's the Plan issue #1261120: Deprecate Tracker module in D9 and move to contrib in D10 which confirmed its deprecation in Drupal core 9.4.xSteps to reproduceProposed...
View ArticleReplace menu images with Libricons
Follow-up to #2405057: Replace arrow-asc and arrow-desc images with Libricons and implement using CSSReplace these icons with the Libricon SVGs: * menu-collapsed-rtl.png * menu-collapsed.png *...
View ArticleArgument default about revision id from url
Problem/MotivationGoto View -> Contextual Filter -> Provide default value,If we need filter by revision id, not have the option about Revision ID from URL, only Content ID from URL.I think this...
View ArticleWeird CSS code rendering at the bottom of every page.
For some time now, a large bank of CSS style code has been rendering on the bottom of my site's pages, when authenticated. The code seems to be related to the CK Editor module but I can't figure out...
View Articlecant logout via REST: logout message: "'csrf_token' URL query...
Problem/MotivationI am trying to logout from a drupal session and I cant find any official documentation to explain how to do it.I have referred to the official docs and there are lots of different...
View ArticleDefault values are not displayed for fields placed in Layout Builder
Problem/MotivationScenario: -Content type with field_image added. -Default image set for field on content type. -Core layout builder is used to define display layout. -Body field and image field are...
View ArticleViews OR filter not working for entity reference fields
Problem/MotivationFiltering records based on multiple values for an entity reference field, or on values of multiple entity reference fields does not work.Steps to reproduce1) Add entity reference...
View Article