[meta] Known intermittent, random, and environment-specific test failures
This issue is intended as a tracking issue only to list all of the known intermittent test failures affecting Drupal core. Some issues are due to bugs in Drupal core; others may be due to issues with...
View ArticleAllow entities to specify a "collection permission"
Problem/MotivationWe currently allow entities to specify an "admin permission". Entity types such as Node and others provide a separate "overview" permission that is useful for granting people access...
View Article[random test failure] Random test fail in EntityReferenceWidgetTest
Problem/MotivationThe people at the county fair, Were shocked asethey heard a loud blare:A bear, a bear! it's right over there, it's right over there! I swear, I swear! It shouldn't be there, It...
View Article[ignore] Patch testing issue - ranjith_kumar_k_u
Problem/MotivationSteps to reproduceProposed resolutionRemaining tasksUser interface changesAPI changesData model changesRelease notes snippet
View ArticleDrupal.views.ajaxView is not initializing pagers in nested views
Problem/MotivationDrupal.views.ajaxView is not initializing pagers in nested views. The part here:// Add the ajax to pagers. this.$view // Don't attach to nested views. Doing so would attach multiple...
View ArticleUntranslated menu items are displayed in menus
Problem/MotivationWe have a very nice translation system in place that is based on translating fields on entities. For many cases this work very well, but in some cases we need to special care. One of...
View ArticleFinalize the merge of Help Topics into Help
This is postponed on:a) #2920309: Add experimental module for Help Topics being committedb) #3027054: Help Topics module roadmap: the path to beta and stable having all the other tasks being done.So...
View ArticleMake it easier to enter multiple values to fields allowing unlimited values
Problem/Motivation#2521800: List key|label entry field is textarea, which doesn't give guidance towards the expected input changed the options field types to use similar pattern that is used for fields...
View ArticleDeprecate TestFileCreationTrait::generateFile()
Problem/MotivationFollow-up to #3368789-9: Improve \Drupal\Tests\TestFileCreationTrait::generateFile() for PHP 8.3The function is used only 3 times in core few times in contrib...
View ArticleMigrationLookup's skipOnEmpty() means you can't provide a default...
MigrationLookup::transform() calls a helper method, skipOnEmpty(), and that throws a MigrateSkipProcessException if the source value for the lookup is empty.But that means that a process pipeline can't...
View ArticleOlivero: Fix breadcrumb Chevron icon
Problem/MotivationIn the Olivero theme, color for the chevron icon is not as per the Figma design for all the screen sizes.Before the patchAfter the patchSteps to reproduceMake sure you have selected...
View ArticleTermStorage::loadChildren returned elements are not sorted by weight, name
Problem/MotivationTermStorage::loadChildren returns not sorted children for term. Actually it comes from TermStorage::getChildren which actually runs the EntityQuery for getting the children for the...
View ArticleAllow tokens to be used in views custom more url
Problem/MotivationCurrently there is no way to dynamically set up a custom url for more link in views display.I use node_keep_token module to create a custom token for the page e.g....
View ArticleImprove unit test coverage for ModuleHandler
Problem/MotivationWhen trying to refactor ModuleHandler in #3368812: Hux-style hooks, proof of concept, I noticed that some bugs or changes of behavior introduced into the ModuleHandler did not cause...
View ArticleThe position of the toolbar moves above the off-canvas top dialog if a modal...
Problem/MotivationWhile reviewing #2949991: Add workspace UI in top dialog I found a bug with the toolbar and the off-canvas dialog.The current patch updates the off_canvas_top to be able to...
View Articletext_summary() returns a plain string, even if passed a MarkupInterface object
Problem/MotivationCreate an Article node. For the Body field, choose the "Full HTML" format, click the "Source" button in the CKEditor toolbar, and enter the following HTML:<iframe...
View Article[Meta] Usability issue for Drupal User with less permissions
Read many usability tests for Drupal Core. I notice no one to do a test for drupal with less permissions configs. e.g. #1038330: Allow specific vocabulary permissions to work on vocabulary admin pages
View ArticlePagination, reverse page order
HiAs you know page numbers is like 1 2 3 4 ... And when 10 nodes added and if the page limit is 10 then the page numbers stay as they are and the nodes move from one page to the other.to avoid this i...
View ArticleMake form tokens more unique when form IDs are shared
There are some cases where we're sharing the same form IDs across multiple forms in core. For example, any entity form, like node/1/edit and node/2/edit (assuming both nodes are the same type), the...
View Article