Access Aware Router Issue - Access denied exception
Problem/MotivationHi everyone, I would like to report an issue with Drupal core routing system which provides access to users based on content publishing state. Please be inform that unpublished...
View ArticleUpgrade asm89/stack-cors to ^2.0 to fix cacheability
Problem/MotivationWhen enabling CORS support in Drupal, cacheability is broken because this header is added to every request (of a different origin, but that is a different bug, see: #3001809: CORS...
View ArticleUpdate dependencies for Drupal 10.0.x
Problem/Motivationcomposer outdated shows that some of our dependencies are old. Let's updated them. Major version updates for Symfony and Twig are handled by other pre-existing issues.Proposed...
View ArticleAdd the process plugin ID and index to migration exception message
Problem/MotivationIn #2976098: MigrateExecutable should add details for the migration & destination property to exceptions that cause a row failure, the migration ID and destination property was...
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 ArticleHow to remove off-canvas and theme wrapper for a content type
I'm attempting to create an html email newsletter content type whose content is populated by views. Because the Views Global: Custom text field strips inline styles, I've made custom twig templates for...
View ArticleOlivero: Refactor tabs CSS to make use of modern CSS
Because Drupal 10 does not support IE11, we can make better use of CSS variables and holistically refactor components to make them more understandable, extendable, and resilient. This issue will serve...
View ArticleParameter "arg_0" must match "[^/]++"
I get this issue using Views module:Symfony\Component\Routing\Exception\InvalidParameterException: Parameter "arg_0" for route "view.test.feed_1" must match "[^/]++" ("" given) to generate a...
View Article[meta] Themes improperly check renderable arrays when determining visibility
Problem/MotivationIn certain situations regions that contain empty blocks still render.The original design goal of regions was that the region itself not render when it contains "empty"...
View ArticleApply width and height attributes to allow responsive image tag use...
Problem/MotivationWhile playing with lazy loading attribute that is coming from Drupal core and our own implementation in #3060605: Support lazy loading of images @sasanikolic noticed that responsive...
View ArticleSplit ImageStyle into the config entity and a separate event-based image...
Problem/MotivationThe ImageStyle class is a config entity that besides doing the config entity, also has methods that do process images into derivatives.This is probably the result of the migration of...
View ArticleEntity reference field View output is not used for selected entity display
Follow-up for #2174633: View output is not used for entityreference options: This covers the display on the form of already selected items.When an entity relation field displays options via a view the...
View ArticleUpgrade to Twig 3
Problem/MotivationTwig 3 is herehttps://github.com/twigphp/Twig/releases/tag/v3.0.0Proposed resolutionUpdate Drupal 10 to Twig 3.Installing Drush on Drupal 10Drush 10 has a dependency that requires...
View ArticleUnmet installation requirements may contain render elements
Problem/MotivationDuring the installation process via Drush (drush site:install) or the Quick Start Command, the unmet requirements are supposed to be displayed in the terminal as a list via...
View ArticleSettingsTrayBlockFormTest needlessly overrides getTestThemes
Problem/MotivationNote: As far as I know unnecessary code counts as a bug, but this could also be seen as a task (and then retargeted for 9.4?), not sure.Found in #3257407: Use "content" region in...
View ArticleNews mode
Problem/MotivationAlways see a message about available updates.Proposed resolutionAdd option to display the message only when installed and/or recommended version of at least one extension has been...
View ArticleHow to add back search wide button from navigation?
Problem/MotivationI have accidentally remove the block for search wide button. I was not able to add back when looking into search wide in block list.Steps to reproduceremove the search wide block but...
View ArticleApply the font size correction for the H1, H2, H3, ...
It is very surprising that the font size patch for H1, H2, H3, ... tags was not applied during the last kernel update.Currently this problem makes sites very inconsistent. In my screenshot I have an H2...
View ArticleAggregated entity fields cause SchemaIncompleteException
Problem/MotivationWhile working on #2976147: Create a sales report supporting daily, weekly, monthly, and yearly breakdowns., my tests failed due to configuration schema validation.Schema errors for...
View ArticleAllow opt-out of automatic meta.drupal_internal__target_id on entity...
Problem/Motivation#3036593: Add 'drupal_internal__target_id' to JSON:API representation of entity reference fields, because that can't be retrieved from the target resource for target entity types...
View Article