Allow reordering blocks without a pointer device.
Problem/MotivationThe Layout Builder UI currently relies on mouse-driven drag-and-drop to move around blocks. Once #2956204: Allow Layout Builder sections to be reordered is finished, it will also be...
View ArticleMenu links are sometimes not properly re-parented
Problem/MotivationIf the node/add menu item is moved to another menu than Navigation, its children items are not moved with it. See comment #142for details.Moving the node/add menu item outside the...
View ArticleHow to Filter a View by a Content Reference Field
I have looked through the issue queue and the documentation and cannot find an answer to this. So sorry if has already been posted or is obvious, but I cannot sort this out.If I have a view of...
View ArticleRemove tracker.pages.inc
Tracker has the following controllers:TrackerPageTrackerUserRecentTrackerUserTabbut they are all just including tracker.pages.inc.Lets move the code to the controllers and remove tracker.pages.inc
View ArticleCreate a new AnnounceCommand to call Drupal.announce on an AjaxResponse
Problem/MotivationIn #2995689: Allow reordering blocks without a pointer device. we have the need to call Drupal.announce() to inform screen reader users that block list has been updated. Currently...
View ArticleAdd recipe for Vegan Milk Chocolate to Umami
Problem/Motivation#2939908: Add an article to Umami - Dairy-free chocolate was proposed to add an article about Dairy Free Chocolate to the Umami demo. This article contained a recipe at the end. This...
View Article[policy, no patch] declare the migration ymls in core subject to change per...
Problem/MotivationPlugin implementation is specifically called out as not being BC. Migrate Drupal's yml backed plugin implementations therefore do not need to be BC. Let's make that distinction very...
View ArticleUpdate fixtures for remaining active issues
Problem/MotivationWe discussed in a migrate meeting the fact that creating and rerolling patches with the test fixtures is time consuming and maybe it would be better to update the fixtures with the...
View ArticleSymfony 3 and Symfony ^4.2 JsonEncode constructors are incompatible
Problem/MotivationThe Symfony 3 serializer JsonEncode encoder constructor accepts an int.The Symfony 4.2 serializer JsonEncode encoder constructor accepts an array and deprecates int.If we want to...
View ArticleInvalid Nodetype to importsimplexml_import_dom
https://qa.drupal.org/pifr/test/480418Happens since ~2hours, but this is not caused by the module code.
View ArticleWrong check for file status in _editor_record_file_usage
If you load a file entity through entity manager $file->status is of "FieldItemList" type. The condition in "_editor_record_file_usage" function is : if ($file->status !== FILE_STATUS_PERMANENT)...
View Articleviews - contextual filter - how to get term name, not term id
Views contextual filter on taxonomy term ID, with - override title - only has replacement patterns for term ID available:{{ arguments.field_taxo_term_prod_category_target_id }} {{...
View ArticleFix migrations using deprecated migration plugin
I was working on #2890690: MigrateLookup plugin has inconsistent return values. and discovered a usage of the deprecated plugin 'migration'. So looked for more:$ grep -rw "plugin: migration"...
View ArticleAdd new permission to view user email field
I'd like to request new core functionality to allow site administrator the ability to grant users of certain roles access to another users email address.Currently access to a user email addresses is...
View ArticleAll fields inside EACH field array: expected behavior?
On my node content types, if you print_r($content); in node.tpl.php file, the following array structure shows all field arrays for this content type, inside each field array. Below is example.Is this...
View ArticleBreadcrumb title doesn't reflect view contextual filter's title...
I'm not sure which component this relates to, so I just put other. Someone please feel free to update if you know the offending component.For the sake of a simple example, lets say we have a view...
View ArticleAdd Javascript tests for Form API's #states: require, visible, invisible
Problem/MotivationForm API's integration with javascript through #states is extremely complex. Now we have JavascriptTestBase we should test this.Proposed resolutionAdd copious tests and fix bugs...
View ArticleHow to include child terms when selecting parent on taxonomy term filter?
I am filtering of a exposed taxonomy term. When a parent taxonomy term is selected as the filter I would like to return results which including nodes with the parent taxonomy term, and any nodes which...
View Articledoctrine common 2.9 has moved reflection
A recent install gave me an error looking for the file - vendor/doctrine/common/lib/Doctrine/Common/Reflection/ClassFinderInterface.phpIt did not exist, and it seems the release doctrine/common 2.9 has...
View ArticleDeprecate Migration::set()
Problem/MotivationMigration::set() was provided as a work-around for the inability to properly modify migration plugin configuration at run time (#2681869: Provide clean way to merge configuration into...
View Article