States API not working for anonymous user
Problem/MotivationAdded #states property for custom entity form fields. The states are working fine when we check in admin user. But it is not working for anonymous user, tried #states property in...
View ArticleModule names on the Available Updates page are double-escaped
Problem/MotivationTry, for example, with https://www.drupal.org/project/entityreference_dragdrop, whose info.yml file says:name: Entity Reference Drag & Drop As for tests, I can see a theme whose...
View ArticleIncorrect alias for translated nodes in admin content overview
Problem/MotivationIn the overview of all content in the admin, the alias of the original translation is used for the translations in particular situations. It should be the alias of the translation,...
View Article"Source path has to start with a slash" exception when hitting path...
Problem/MotivationWhen hitting a site with at least one block configured with a request_path condition on any URL prefixed with index.php (i.e example.com/index.phpfoo, the following error is thrown...
View ArticleAdd source of fonts for administration toolbar
Problem/MotivationGoal of this issue is to standardize font family for administration toolbar.In toolbar module we have custom fonts declared like Source Sans Pro. However it's not a system font and...
View ArticleMedia library wrong limit selection issue
Using Media Entity as Reference field. Steps to reproduceChoose Media as reference entity in any Content TypeSet Allowed no of values limit count to 1 or more in field settings.Set Allowed no of values...
View ArticleOlivero: Fix Search block form component
Problem/MotivationIn the Olivero theme, the search block form component is not as per the Figma design for small screens Before Patch After PatchSteps to reproduceMake sure you have selected the...
View ArticleSet Main navigation as parent when creating new View menu links, not...
Problem/MotivationWhen you create a new View and add a menu link, the parent is set to "Administration", where "Main navigation" would be a better choice, since that is more likely what the user wants,...
View ArticleDrupal crashes after clearing caches and after enabling new module
Problem/MotivationAfter update to Drupal 7.87 to 7.88, Drupal crashes after clearing cashes at: /admin/config/development/performance" and clicking "Clear all caches" and crashes after enabling a newly...
View ArticleCall to a member function getPath() on null
Problem/MotivationI'm getting the following error when running updates:Error: Call to a member function getPath() on null in...
View ArticleEntity autocomplete form element ignores entities with label "0"
Problem/MotivationIt is possible to create an entity with label "0". However, this entity will be ignored by the entity autocomplete form element.Steps to reproduceCreate a new term with name "0". Take...
View ArticleAdd a 'machine_name' widget for string field types with a...
Problem/MotivationPlease guide me what changes I need to do for make machine name working for content entity.Currently in Drupal 8, a 'machine_name' widget is available only on primary identifiers of...
View ArticleStarterkit theme: Add JavaScript file with example Drupal behaviors (with...
The Starterkit theme should include a default JavaScript file that includes scaffolding for Drupal behaviors. We can also include examples the once() library. We can also include some in-code...
View ArticleFile module's FilemimeFormatter icon display renders empty image
Problem/MotivationThe file module's FilemimeFormatter has a option to render the File Mime type as a image. If selected, it renders as an empty image - no src value etc.Proposed resolutionThe file link...
View ArticleAvoid loading all terms on the taxonomy overview form
Problem/MotivationWhen a taxonomy vocabulary contains too many terms, it is absolutely impossible to reach some pages like taxonomy overview, even if their content is paginated, because of huge memory...
View ArticleDiffArray does not serialize Layout builder section objects causing an error...
Problem/MotivationThis issue was detected when testing partial split feature. It looks like the layout builder sections on the config_split are not being serialized at this point, so they are placed in...
View ArticleExtend site information page to generate a manifest.json file
Problem/MotivationNew browser features enable better website integration to users' systems. While working on the progressive web app module I came across a W3C draft for a manifest file. This file is...
View Article[upstream] Remove Format button does not remove `style` attributes from...
Problem/MotivationThe Remove Format button does not remove inline styles. When I have some text that contains inline styles, I select/highlight some text in the editor but the Remove Format button...
View ArticleWhy user-scalable=no, minimum-scale=1.0, maximum-scale=1.0 removed from...
Why user-scalable=no, minimum-scale=1.0, maximum-scale=1.0 removed from viewport meta tag in Drupal CoreThese value are mandatory in meta tags for responsiveBefore:<meta name="viewport"...
View ArticleAdd Support to Automatic text transformation
Problem/MotivationDrupal 9.5 as CKEditor 5, and in future releases we should allow using the new features of CKEditor 5CKEditor 5 has a new feature for Automatic Text transformation, (...
View Article