Views Block Display skips preBlockBuild() call on ajax rebuild
Problem/MotivationThe \Drupal\views\Plugin\views\display\Block::preBlockBuild() method is responsible for manipulating the view before it is rendered by the corresponding block plugin. The block plugin...
View ArticleUpload file showing error...
After updating Drupal from 8.7.10 to 8.8.1 . It started throw error, while upload file in every file type field in the system. For eg. Goto /admin/appearance/settings and uncheck checkbox Use the logo...
View ArticleMultiple issues when PostgreSQL is used with non-public schema
I've tried to install Drupal 7 on 2 separate systems using a PostgreSQL 9.0 database backend, and both times it has failed at the same point.The error message in the PostgreSQL logs both times...
View ArticleUID base field override configs can still have old default value callbacks
Problem/MotivationWe unified the uid base field definitions and deprecated various default value callbacks in [##2949964].On a site today, we noticed a bug with some media types because the default...
View ArticleMigration from Drupal 8.5 to 8.711: langcode in user table does not have...
I put in some debug code to see which table and fields are causing this:table name = users field name = langcodeHere is the field object Drupal\Core\Field\BaseFieldDefinition Object ( [type:protected]...
View Article[policy, no patch] Formalize how external links are handled in core
Problem/MotivationThere are places in core where we link out to external resources. One of these is in the installer, when there is an unmet requirement. Another is in the the date formatters, where...
View ArticlePHPDoc issues in composer dir
Hello, running:phpcs --standard=Drupal,DrupalPractice,PHPCompatibility --extensions=php composerreports few issues with phpdoc comments as are currently set via the PHP_CodeSniffer rules.To not fix an...
View Articlelinks.html.twig docs are out of date
Problem/MotivationAPI page: https://api.drupal.org/api/drupal/core!modules!system!templates!links.ht...The 'link' element is not documented.The 'url' element is documented, but is not available in the...
View ArticleJoinPluginBase::buildExtra breaks when left_field is a formula
Problem/MotivationIf the left_field is a formula then the left_table should be null. Here's the corresponsing fragment from the JoinPluginBase:if ($this->leftTable) { $left_table =...
View ArticleReadonly doesn't work on #States
Problem/MotivationWhen I use the #state structure below to turn a text field into read-only depending to a checkbox selection, simply nothing happens.'states' => array( 'readonly' => array(...
View ArticleSupport 'required' in details.html.twig by adding a marker to the...
Problem/MotivationThe details.html.twig element has a variable 'required' that specifies whether it contains required fields. However, setting this variable has no effect on the visual...
View Article[META] Start creating the public PHP API of the JSON:API module
jsonapi.api.php currently says:The JSON:API module provides *no PHP API to modify its behavior.*...This means that this module's implementation details are entirely free to change at any time.And...
View ArticleAllow media items to be edited in a modal when using the field widget
Problem/MotivationIn #2962525: Create a field widget for the Media library module, the media edit/view link was disabled in the field widget and widget view in order to prevent unintended data loss....
View ArticleTest Guzzle 7.0.0-beta1
Problem/MotivationGuzzle 7 went into beta this week. https://github.com/guzzle/guzzle/releases/tag/7.0.0-beta.1Proposed resolutionWe should test this beta with Drupal 9 and determine if we are...
View ArticleIf no Drupal 8 equivalent filter is found during migration, drop...
Problem/MotivationRight now, when you complete a Drupal 8 migration, AFAICS in all cases, you get your node/comment titles moved over, but the bodies display as blank:The data for the fields is in the...
View ArticlePHPDoc issues in composer dir
Hello, running:phpcs --standard=Drupal,DrupalPractice,PHPCompatibility --extensions=php composerreports few issues with phpdoc comments as are currently set via the PHP_CodeSniffer rules.To not fix an...
View ArticleDrupal 9 readiness meeting / 6 January 2020
Meeting will happen in #d9readiness on drupal.slack.com.Hello and welcome to this Drupal 9 readiness meeting! This meeting: ➤ Is for core and contributed project developers as well as people who have...
View ArticleConvert basic_auth, hal, jsonapi, rdf, rest, serialization module hook_help()...
Problem/Motivation#3041924: [META] Convert hook_help() module overview text to topics for the basic_auth, hal, jsonapi, rdf, rest, and serialization modules.NOTE: What is below is the generic...
View ArticleGeneralize TaxonomyIndexTid filter to be available for all entity reference...
Problem/MotivationOne major piece of functionality from the D7 Entity Reference module was left out entirely in #1801304: Add Entity reference field: the ability to render exposed views filters as a...
View ArticleIf you don't want to translate your URL alias, the original URL alias...
Problem/MotivationIf you don't want to translate your URL alias, the original URL alias won't work with your translations.Steps to reproduce:Install with standardEnable language and content...
View Article