Ignore For test patches
Problem/MotivationSteps to reproduceProposed resolutionRemaining tasksUser interface changesAPI changesData model changesRelease notes snippet
View ArticleConfig import is not capable of uninstalling modules any more
Problem/MotivationFor anyone that used config_filter 1.x in Drupal 8, it has always been possible to uninstall modules via config import, which means that all your deployment needed was something like...
View ArticleLink options attributes removed on save
If you are attaching some option attributes to a link field (using a custom module for example), those attributes are removed on node save. One solution is to use link_attributes, but you might not...
View ArticleHtml::escapeCdataElement() not adding CDATA correctly.
Problem/MotivationWhen adding a <script> or <style> elements to a filtered text field Html::escapeCdataElement() gets called by a number of filters via Html::normalize() or...
View ArticleLink error "The internal path component is invalid"
Steps to reproducecreate an entity type that includes AJAX calls on the node edit form, e.g. node with a link field and a media field, or a field with multiple elements and "add another" linksas a user...
View ArticleGrouped exposed taxonomy filter fails validation for autocomplete widget
Problem/MotivationWhen creating exposed grouped filters in a view, if a group is named and using autocomplete widget to add group items (can be taxonomy terms or users), the form throws the error on...
View ArticleLink fields are not sortable in Views.
Problem/MotivationNot sure how i could be the first to report this; but unable to to find a post regarding this bug.The Link field type is not sortable in Views:This is with 9.2.6. I am sure the same...
View ArticleAdd support for details/vertical tabs
Problem: Currently, when a tour tip is assigned to an element that is hidden on the page the tip position is attached to the page.For example, if an element that sits in a vertical tab (e.g. url path...
View ArticleNot all toolbar items are tabs: Toolbar's "activeTab" handling...
Problem/MotivationIf you customize the toolbar (for a particular site or a distribution), and the first toolbar item is not a tab, then toolbar.js will always mark the first toolbar item as being...
View ArticleRefactor Claro's form--field-multiple stylesheet
Problem/MotivationThis is part of the CSS modernization initiative, and intended to be worked on by our Google Summer of Code student only. This is intended to be a straightforward second issue to...
View ArticleImpossible to activate tour on really small viewport (below 16.5em)
Problem/MotivationIt's impossible to activate tour with really small viewport width (below 16.5em) because the tour toolbar tab is unclickable (floats below the first toolbar tab).Proposed...
View ArticleHTML entities in Tour tip labels get double-escaped
Problem/MotivationIf a Tour tip label includes HTML tags or characters that will be converted to HTML entities by Html::escape() (e.g. ' to '), those will appear double-escaped in the...
View ArticleTour tip display under toolbar
Problem/MotivationWhen toolbar is deployed (tablet format) or tip should display a link in toolbar, tip is hidden by toolbar.Proposed resolutionIncrease the z-index of tour tips so that they display...
View ArticleInvalid argument error when editing a workflow which was created with no...
Problem/MotivationWhen editing a Workflow which has been created with either no states or no transitions (or both)) an Invalid argument error will be displayed.No states: Warning: Invalid argument...
View ArticleDetails should have proper structure in system template and not in Classy theme
The Details form element ships with the collapsible option straight from the core. This includes the collapse library and css. Unfortunately for some reason the basic template is not working. The...
View Articleblock--system-menu-block.html.twig relies on id attribute which might not be set
Problem/MotivationTo prevent a dependency on block entities in block templates/preprocessing, we made the id optional. However, it looks like the mentioned template file is still relying on, resulting...
View ArticleImprove handling of invalid input in time zone abbreviation to TZID route
Problem/MotivationWhen passing a non-integer as the third parameter on system.timezone route, sites running PHP5 will WOSD with a PHP warning.Steps to reproduce:Install Drupal 8 with PHP5.5+.In a...
View ArticleItemCacheTagsTest and ShortcutCacheTagsTest needlessly test the render cache.
ItemCacheTagsTest::testEntityCreation() and ShortcutCacheTagsTest::testEntityCreation() check for cache entries in the render cache even though nothing was cached. This needlessly complicates things as...
View Article500 error on extension not found exception when Drupal is not installed with...
There are differences in system_requirements() in Drupal core between 8.7.x and 8.8.x. Both version will executes system_requirements() when accessing pages such as /admin/config or...
View ArticleIncorrect access denied messages in branding block
Error description refers to incorrect elementwhen a user does not have permission to edit site name or slogan, an incorrect access denied message is displayed: "Defined on the Site Information page....
View Article