Page Title block for Layout Builder does not have a place holder
On "/admin/structure/types/manage/article/display-layout/default" if you place the "Page Title" block there will not be Placeholder Text. Also when you view the Article the page title is empty.
View ArticleViews does not support computed bundle fields
Problem/MotivationSince #2852067: Add support for rendering computed fields to the "field" views field handler Views can render computed fields. However, this only works for computed base fields not...
View ArticleImprove robustness of FieldBlockTest
Problem/Motivationhttps://www.drupal.org/pift-ci-job/861269 shows a random failure.Let's prevent this from happening!Proposed resolutionAdd a waitForText() method, and use it.Remaining tasksUser...
View Article@DataType=map cannot be normalized, affects @FieldType=link, @FieldType=map
Problem/MotivationProblem/Motivation\Drupal\Core\TypedData\Plugin\DataType\Map allows a TypedData object to be created that emulates an associative array. Unlike all other TypedData objects, a value of...
View ArticleNo ability to control "extra fields" with Layout Builder
Problem/MotivationWhen using a layout for a node that has content moderation enabled, the form for moderating content is output outside of the layout, which is an issue from a theming perspective if...
View ArticleDiscuss the role of field storage definitions for computed fields.
Problem/MotivationFollow-up discussion from #2935932: Add a BundleFieldDefinition class for defining bundle fields in code..Currently an associated field storage definition is a requirement of all...
View ArticleMore links pointing to custom URLs don't respect entered fragments and...
I have a few blocks that have more links that point to URL's other than View pages. I've previously used the Footer section to provide these links, but thought it might be easier if I could enter a...
View ArticleIf a custom beforeSubmit() or beforeSend() function on a Drupal.ajax object...
I was working with a file upload field (<input type ="file" />) in a Webform form today, and noticed that clicking on the "Upload" submit input before I had selected a file didn't prevent the...
View ArticleUncaught Drupal.AjaxError uploading an image
Using Drupal 8.2.7, we are not seeing this issue in 8.2.6We have a content type that includes a required image field. Alt field is enabled and required, as well as the Title field. When we attempt to...
View ArticleBootstrap: Convert system functional tests to phpunit
As per the parent issue../Bootstrap/ErrorContainer.php ./Bootstrap/ExceptionContainer.php \Drupal\system\Tests\System\UncaughtExceptionTestSome test logic got simplified in...
View ArticleConvert AJAX part of \Drupal\user\Tests\UserPasswordResetTest to...
Problem/MotivationdrupalPostAjaxForm() is simulating the behaviour of ajax.js, so using it, doesn't really provide fundamental guarantees.#2809161: Convert Javascript/AJAX testing to use...
View ArticleFix sub-optimal DX in MigrateFieldInterface
Problem/MotivationSome of Migrate’s cckfield plugin's method naming are not describing clear enough what they do and therefore may confuse developers using the API (therefore giving poor DX).Proposed...
View ArticleMigrate Drupal 7 taxonomy term entity translations data to Drupal 8
Problem / motivationDrupal 7 has a contributed module Entity Translation which allows to have field level translations on fieldable entities. This capability has moved to core in Drupal 8.The scope of...
View ArticleMigration Plugin Manager createInstance deep merge does not preserve integer...
Problem/MotivationWhen someone takes a source csv plugin definition as an array and tries to createInstance on it, the source configuration is duplicated, because the integer keys are not...
View ArticleFix Drupal.Commenting.FunctionComment.IncorrectTypeHint and...
This is a part of the attempt to fix #2572645: [plan] Fix 'Drupal.Commenting.FunctionComment' coding standardThis issue is created to tackle the...
View ArticleStandard relationship handler should be able to create relationships to...
In hook_views_data it is possible to specify the database for the base table.$data['my_table']['table']['base']['database'] = ... However when defining a relationship using the default relationship...
View ArticleAllow creating image derivatives from an Image object
Problem/MotivationAt the moment it is only possible to create an image derivative starting from a file URI. It would be good to have the possibility to do it from an already instantiated Image object....
View ArticleFlexible scheme and URI for image derivatives
Problem/MotivationThe image style generation has been improved in #2027423: Make image style system flexible. Now a module can change the way image derivatives are generated. However, right now...
View ArticleMake possible to respond to image derivative creation
Sometimes we need to respond on new image derivate creation. Currently we can do this if we alter the image.style_public and image.style_private routes and replace...
View Article