Convert Olivero's tags to use single directory components
Olivero's tags component should be using SDC. Let's migrate it. The current code lives in core/themes/olivero/templates/field/field--node--field-tags.html.twigUser interface changesOlivero out of box...
View ArticleSet Default Value is not working.
Problem/MotivationMaybe I could be wrong. If not, please fix this bug. I have a link field in a content type and try to set the default value for the Link Text field. But it does not applying. I think...
View ArticleImplement Entity::fields() for migration destinations
Problem/MotivationThe Entity migrate destination plugin doesn't implement the fields() method, and so does not allow reporting of the available fields of the destination entity.This means that...
View ArticleDeprecated function: str_replace(): Passing null to parameter—Views TermName
It's triggered by Taxonomy term Contextual filter that sets "Provide default value" to "Raw value from URL" and is triggered on a page without the argument in the URL. Steps to reproduceSteps to...
View ArticleClaro removes default styling from abbreviations (<abbr> tag)
Problem/MotivationClaro removes text-decoration styling from <abbr> tags, so there is no visual indication that it's an abbreviation.Screenshot is with Gin but same issue applies:This is due to a...
View ArticleStyles plugin not allowing any other plugin to alter the class attribute on...
Problem/MotivationThe Styles plugin for ckeditor 5 is breaking any other plugin which is wanting to alter the class attribute on the table element when html filtering is enabled. (this may also be...
View Article[meta] Views ajax accesibility review
Problem/MotivationAfter doing accessibility review on a ajax-heavy views project, my a11y review team has run into the following concerns, which prompted me to reopen a discussion about views...
View Articledisable checkboxes inherited from authenticated user role on role-specific...
Problem/MotivationOn the /admin/people/permissions page, when a permission is checked for the "Authenticated user" role, that permission is inherited by all custom roles, and the checkbox becomes...
View ArticleTabs block within layout builder not working
Problem/Motivation The Tabs block within the Layout Builder in Drupal 10.3 is not functioning as expected. When attempting to filter blocks by name, the Tabs block does not appear in the block list,...
View Article[policy, no patch] To enable or use Automatic Updates, require...
Problem/MotivationSome hosting plans disable exec and similar functions/operators from PHP by default.There are several places where automatic updates can benefit from using exec. I'll add more to this...
View ArticleUpdate module can get 'stuck' with 'no releases available'
Problem/MotivationI don't have great steps to reproduce this yet, but it's something like the following: - update module can end up with items in the fetchTasks key/value store without equivalent queue...
View ArticleCKEditor5 - Alternative Text box, make it a textarea
Problem/MotivationThe Alternative Text box in CKEditor5 image is too small for large alternative text descriptions. Text is easily cut off and this could only add to a user providing less...
View ArticleWrong render of HTML from label when field is shared across languages in...
When setting up an entity bundle to be translatable, people have a choice of making each field translatable or not.When a node gets an error for example because you try to save a node with required...
View ArticleOlivero: wide image can overlap sidebar when toolbar open and in vertical mode
Within Olivero, if the image can overlap a sidebar if the toolbar is in vertical mode and is open.
View ArticleCall to a member function getColumns() on boolean
I am trying to update drupal core from 8.2.8 to 8.3.1 alongwith lightning from 2.0.1 to 2.1.0. I've created the sub profile for lightning and executed all the manual steps mentioned here -...
View ArticleFix return type in \Drupal\Core\Database\Query\Merge::__toString
Problem/Motivation /** * Implements PHP magic __toString method to convert the query to a string. * * In the degenerate case, there is no string-able query as this operation * is potentially two...
View ArticleEntityRepository::getTranslationFromContext() function forcibly adds default...
Problem/MotivationWe have a site that actively uses fallbacks and some fallback chains have the default Entity language disabled. For example, we have an Entity with French (fr) as default language,...
View ArticleMake the nightwatch tests work with MongoDB
Problem/MotivationThe nightwatch test do not work in combination with MongoDB. The database url is a bit different compared to the existing datbase urls. MongoDB uses a replica set and the database url...
View ArticleNot possible to translate "items selected" strings in media library
Problem/MotivationCorrect me if I am wrong, but it seems impossible to translate the "...items selected" from the media_library.ui.js file.I guess this is the...
View ArticleDeleting moderation state which still have revisions save in that state...
Problem/MotivationWhen deleting a moderation state there can still be revision that have been saved in that moderation state. If there are revision saved in that moderation state, and the moderation...
View Article