Hide type filter form in dblog view when there are no logs
Problem/MotivationThe type filter performs a query to the database to fetch which are the available types to display in the form.If the user selects a specific type form the views UI and later this...
View ArticleClean up display of image field on comment form
Problem/MotivationWhen an image field is added to a custom comment type, Save and Preview button float next to the image field, and the image help text spacing is a bit off.Bartik (incorrect):Seven...
View ArticleCreate a way to declare a plugin as deprecated
Problem/MotivationThis issue was originally created with the migration yml plugins in mind, it has been expanded to include all plugins. See #39.Migrations are plugins and plugins are covered by the...
View ArticleChange page title "Content language" when Content Translation...
Follow-up from #2004878: config page title "Content language settings" misleading after translation is enabled.Problem/MotivationThe title of the menu item in the configuration page changes from When...
View ArticleNo "Drupal" in UI text -- views, views_ui
Problem/MotivationThis is a child issue of #2144861: [meta] Replace Drupal in UI text with the name of the distribution, for the following modules/components: views, views_ui.Drupal has a deal with...
View ArticleCall Drupal.attachBehaviors on async script load
Hi there,Problem/MotivationWhen we add the attribute { async : true } in a js libraries, the script tag resulting in HTML source get the async attribute. That is very helpfull to optimize pageload...
View ArticleRegional > Region - in description at admin page
Problem/MotivationThe reader may be confused by the forms of the words (Region and Regional) used on on /admin/config. It's OK if you have Regional settings but not OK to have Regional and...
View ArticleMeeting of the Bug Smash Initiative 2022-12-06
Agenda itemsStanding items Who is here Any other suggested topics Wins / Thanks / Blockers Statistics and functionality update. X new bugs created in last two weeks. Y closed by the initiative. The bug...
View ArticleBug Smash Initiative meetings - next: 2022-12-06
IntroductionThe Bug Smash Initiative is a community effort to fix known bugs in Drupal core. See the Bug Smash Initiative handbook page for more information.We meet fortnightly on Tuesday at 0400 UTC...
View ArticleMeeting of the Bug Smash Initiative 2022-11-22
Agenda itemsStanding items Who is here Any other suggested topics Wins / Thanks / Blockers Statistics and functionality update. X new bugs created in last two weeks. Y closed by the initiative. The bug...
View ArticleMedia Library Add entity-type form_mode config from widget
Problem/MotivationA project we're working on needs two different form modes for the media-instance Add forms on e.g. a Node field. The difference is per field, and so configuration would be in the...
View ArticleStrip useless "_" at beginning and end of JS-transliterated machine...
Problem/MotivationMachine names are created from labels in the UI using JavaScript. There are many places in the Drupal admin UI, where this is used, for example when creating Entity types, blocks or...
View ArticleFatal error on config form with translation enabled when config is missing
Steps to reproduce: * Create a new config form that modifies an custom configuration * Create a route for the config form * Make sure the custom_config doesn't exist in the active configuration *...
View ArticleSupport an independent max-age for 4xx responses
Problem/MotivationAs part of the system.performance config, Drupal currently includes the cache.page.max_age property that provides the max-age value in Cache-Control header on cacheable responses....
View ArticleApply formatters and widgets to User base fields 'name' and...
Updated: Comment #0See Issue summary for #2010930: [META] Apply formatters and widgets to rendered entity base fields (all besides node.title).This issue is about the User entity type's name &...
View ArticleCannot use a / in route parameter
According to the Symfony documentation it should be possible to use a "/" (forward slash) in a route path by following the instructions here...
View ArticleChange "$role" parameter to "$roleId" in...
Problem/MotivationCurrently, the "Drupal\Tests\user\Traits\UserCreationTrait::grantPermissions" method, requires two parameters a RoleInterface object and an array with permission IDs. This isn't...
View ArticleContraint validation error after merge: The content is being edited in the...
Problem/MotivationWorkspaces structure develop -> stage -> live. After merge from develop workspace to stage workspace we get and error on node edit: "The content is being edited in the develop...
View Article