Views exposed sort identifiers are not configurable when also exposed
Problem/MotivationIn #2897638: Views exposed sort identifiers are not configurable, the exposed sort identifiers were made configurable in the same way as the exposed filters identifiers. But if the...
View ArticleAdd an equivalent EntityConstraintViolationList for config entities
Problem/MotivationEntityConstraintViolationList is typed to only work with FieldableEntityInterface entities. Now we're slowly introducing validation for config objects it would be nice to have a...
View ArticleMove jsonapi constants to an enum and deprecate the constants.
Problem/Motivationjsonapi only has constants left in the .module fileSteps to reproduceopen jsonapi.moduleProposed resolutionMove consts to an enum Replace calls to the const Update testsRemaining...
View ArticleRemove code which checks browser support for Intersection Observer and...
Problem/MotivationAccording to MDN browser compatibility, Intersection Observer and scrollTo options argument are already supported all of browsers. No need to checking browser support.Proposed...
View ArticleLinks to entities with language set to 'Not specified' or 'Not...
Problem/MotivationEntities with language set to 'Not specified' or 'Not applicable' are linked to the default language. Following such a link can change the UI language, which is not expected by the...
View Article[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 ArticleWrite functional javascript test for block visibility vertical tabs
Problem/Motivation#3493182: Block visibility settings have summary duplicated in the title showed that we are missing test coverage for block visibility vertical tabs.We should add some explicit...
View ArticleAdjust how Help link and Content links are removed from the Administration...
Problem/MotivationThe majority of the Administration menu (/admin/structure/menu/manage/admin) is displayed via the admin NavigationBlock plugin. There are two parts of the Administration menu that we...
View ArticleNested modals don't work: opening a modal from a modal closes the original
Issue Summary#46 Describes the problem as to why the issue is happening which generally narrows down to hard coding of html ids for modal opening and closing command.#48 Provides a solution so that...
View ArticleMove helpers in system_test.module and delete it
Problem/Motivation.module files are only necessary when there are preprocess functions now that almost all hooks can be OOPSteps to reproduceOpen fileProposed resolutionTodo addRemaining tasksNoneUser...
View ArticleImplement the File Sanitization in a Separate Service to Make it More Reusable
Problem/MotivationThe current file sanitization approach is implemented directly in the event subscriber, which makes it difficult to reuse.Proposed resolutionI suggest moving the file name...
View ArticleRemove references to Drupal CI in comments
Problem/Motivationdrupal ci is no more. Comments should not reference it.Steps to reproducePull down code and search for drupal ciProposed resolutionReview and modify the comments...
View ArticleMove helpers in views_test_config.module and delete it
Problem/Motivation.module files are only necessary when there are preprocess functions now that almost all hooks can be OOPSteps to reproduceOpen fileProposed resolutionMove...
View ArticleMove helpers in views_test_query_access.module and delete it
Problem/Motivation.module files are only necessary when there are preprocess functions now that almost all hooks can be OOPSteps to reproduceOpen fileProposed resolutionMove...
View Articlecache problem after updated to 10.4.0
i have cache problem after i updated to 10.4.0 always getting this message : User warning: Trying to overwrite a cache redirect with one that has nothing in common, old one at address...
View ArticleMove helpers in workflow_type_test.module and delete it
Problem/Motivation.module files are only necessary when there are preprocess functions now that almost all hooks can be OOPSteps to reproduceOpen fileProposed resolutionRemove...
View ArticleTwig Filter "spaceless" is deprecated
Problem/Motivation%Since twig/twig 3.12: Twig Filter "spaceless" is deprecated% Steps to reproduceProposed resolutionCreate a Twig extension in Drupal that provides the spaceless filter as BC, without...
View ArticleEnsure invalid items are not written to FastBackend in ChainedFast
Problem/MotivationAvoid writing invalid data to the fast backend.Only relevant if/when someone calls getMultiple() with invalid == TRUE.Marking issue NOVICE ONLY for creating a patch out of the below...
View ArticleMethod getMockForAbstractClass() is deprecated - replace in class...
Problem/MotivationMethod getMockForAbstractClass() of class PHPUnit\Framework\TestCase is deprecated in PHPUnit 10.Some uses were removed as part of #3217904: [meta] Support PHPUnit 10 in Drupal 11,...
View ArticleIt is not possible to react to an entity being duplicated
Every entity has a createDuplicate() method, but that method blasts away the original ID without saving it anywhere. This makes it impossible to react to an entity being duplicated. For example, when...
View Article