Dropbutton order of links
It seems the order of the links inside the dropbutton can not be influenced by rearranging fields in the view. I tried, then cleared all caches but the output of the dropbutton was unchanged.When...
View ArticleModal dialog style update
Originally submitted on GithubProblem/MotivationRecent interviews and research exposed pain points around Drupal's admin experience of looking and feeling dated.Proposed resolutionImplement new Dialog...
View ArticleUse $defaultTheme for using views_test_classy_subtheme
Use $defaultTheme for using views_test_classy_subtheme in Drupal\Tests\views_ui\FunctionalJavascript\DisplayTest::testAjaxRebuild() as requested by @larowlan on #3067386-31: AJAX rebuild of Views UI...
View ArticleExposed filter doesn't work properly with content type
Hello,Exposed filter doesn't work with content type, Show all content types even not selected once. And also wrong default value instead of All it takes the first one as the default...
View ArticleConvey form errors to assistive technologies
Problem/MotivationWhen forms are updated and an error message appears, it is not announced to screen readers.Proposed resolutionUse Drupal.announce to announce the first error message.Remaining...
View Article[policy, no patch] How to handle Drupal 8.9.x deprecations
Problem/MotivationWe already decided in [another issue which I can't find right now] that 8.8.x is the last place where we'll deprecate code for removal in Drupal 9.This means that new deprecations in...
View ArticleMake Block View Lazy Building Optional
Problem/MotivationWhen creating a block, that block is required to have a presence in the database when creating a view (short of two notable exceptions, which I'll come back to) due to the way lazy...
View ArticleAdd Prefix and Suffix to Edit Form
Currently, the Prefix and Suffix can be set on the field level. It would be great if these could be optionally added to the edit form, so that content editors can set these on the entity level.
View ArticleIf the alt text field is left blank when uploading new media through the...
Problem/MotivationWhen @cboyden's team did an assistive tech walkthrough of Media Library for #2834729: [META] Roadmap to stabilize Media Library using NVDA on Firefox, we discovered that, when a user...
View ArticleCreate a recipe video for the Umami demo to demonstrate core media
We are working on the demo of media in Drupal core and need to create a short, quality video that can be used to show off Drupal’s support for embedding external videos. Work is currently under way to...
View ArticleAllow Drupal 9.0.x multilingual install to work
Problem/MotivationOur installer is looking for http://ftp.drupal.org/files/translations/8.x/drupal/drupal-9.0.x.fr.po when we try to install Drupal 9.0.x in french.Proposed resolutionIf we get a 404...
View ArticleCreate a test trait for assertAnnounceContains and assertAnnounceNotContains
Problem/MotivationWe're starting to use variants of assertAnnounceContains to assert Drupal.Announce and its integration with Drupal.Message().add().It would be good to have a test trait or add it to...
View Article[meta] Make 9.0.x branch pass testbot
Problem/MotivationMeta to track child issuesProposed resolution✅ #3072702: Core extensions should not need to specify the new core_version_requirement in *.info.yml files so that 9.0.x can be...
View ArticleMake customized translations deployable
To support deployment of interface translations we need some method to transfer custom translations between different sites. Interface strings which are customized (either with the build-in translation...
View ArticleMajor version dependent tests mean lots of work to get a new major branch...
Problem/MotivationSome tests are very major version dependent - we should work out if that is necessary and if so can we code around it in some way.See...
View ArticleForm #state invisible doesn't hide #prefix and #suffix
The following form state code correctly hides the date form element and title, but does not hide the #prefix and #suffix. As a workaround I was able to achieve this by moving the #state property to a...
View ArticleMove some representational classes in Media Library to Classy and others to...
Problem/MotivationFrom comment #2:There're a lot of classes being added in media_library_preprocess_media, Drupal\media_library\Form\AddFormBase,...
View ArticleConvert block, block_content, and block_place module hook_help() to topic(s)
Problem/Motivation#3041924: [META] Convert hook_help() module overview text to topics for the block, block_content, and block_place modules.Proposed resolutionTake the information that is currently in...
View ArticleViews top dropbutton breaks when editing a view
Problem/MotivationMake a change to a view such as changing the label for a field, and the top dropbutton gets orneryProposed resolutionFix it so the dropbutton works in the manner we expect dropbuttons...
View ArticleAdd skip-process option to file_copy and download process plugins
The file_copy process plugin being added in #2695297: Refactor EntityFile and use process plugins instead throws MigrateException when a copy fails, aborting the entire row being processed. This makes...
View Article