layout_builder_system_breadcrumb_alter doesn't check for a null route...
Problem/MotivationAfter upgrading to 8.8, our tests started throwing exceptions in various places that weren't checking if $route_match->getRouteObject() returned NULL. One of those places is in...
View Article"rendering content too early" error when creating a new custom node
Hi there, when sending a post request to create a custom content type entity via JSON:API, I keep getting "500 Internal Server Error" response code with an error message like this:"The controller...
View ArticleMedia sources should handle empty source field values more gracefully
We are migrating youtube links from D6 link fields to D8 remote video media entities. Prior to that, we successfully migrated a D6 image node-type to image media entities without any issues. The video...
View ArticleUpdate Composer plugin update tests to build tests
Problem/MotivationSee parent issue, #3104922: Guard against changes to Scaffold Plugin that might cause upgrade problems .The plugin class is always instantiated by Composer before any part of the...
View ArticleSearch results pages should be in the correct theme
Problem/MotivationFrom #2664830-150: Add search capability to help topics (ambermatz): It is jarring [i.e., a usability bug] to enter a help search query at admin/help in the Seven (or administrative...
View Article#size for Select field documentation is wrong
API page: https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Render%21...#size is currently representing the vertical number of lines.The following is false:#size: The size of the input...
View Article\Drupal\system\Entity\Action::setPlugin() is missing from...
Problem/Motivation\Drupal\system\Entity\Action::setPlugin() is not actually part of any interface, despite that its docblock uses {@inheritdoc}. /** * {@inheritdoc} */ public function...
View ArticleGDToolkit::save() doesn't check the value returned from FileSystem methods
GDToolkit::save() calls the methods implemented from the file_system services without checking they return a failure value. FileSystem::tempnam() and FileSystem::realpath() return a Boolean value in...
View ArticleDeprecate Drupal.theme.ajaxWrapperNewContent +...
Problem/MotivationProposed resolutionNow that infrastructure supports JavaScript deprecated methods and properties (#3070521: Trigger deprecation notifications on JavaScript deprecations to notify...
View ArticleRequests that start a session should not be allowed to be cached in page cache
Problem/MotivationI've been tracking down a bug that happen on a custom page that set some session variables but ended up being cached.The result was that later users then mananged to get to that page...
View ArticleAdd missing type hint to TypedDataInterface::createInstance() method
There is a @todo note about this.@todo When \Drupal\Core\Config\TypedConfigManager has been fixed to use class-based definitions, type-hint $definition to DataDefinitionInterface....
View ArticleContent Moderation requirements check relies on Views UI module
After updating to Drupal 8.8.0, the Status Report (/admin/reports/status) throws a 500 error with the exception --Uncaught PHP Exception Symfony\Component\Routing\Exception\RouteNotFoundException:...
View ArticleSelectInterface and QueryPluginBase type hint missing
Type hint "\Drupal\Core\Database\Query\SelectInterface" missing for $select_query Type hint "\Drupal\views\Plugin\views\query\QueryPluginBase" missing for $view_query
View ArticleAutocomplete search not working if enable minifyjs
When we install minifyjs module and minify all the js files , the Autocomplete search not working . When we type something in autocomplete field , it displays js error in autocomplete.js file . please...
View ArticleDrupal 8 updating issue -...
After updading a Drupal site from 8.6.16 to 8.7.1 (PostgreSQL 9.6.13 , Nginx) I get this error in almost every operation (creating a view , installing a module, importing feeds, ....) with diferent...
View ArticleIn the paragraph view, I can not get the field of the referring content.
Add a view.View setting is below: Show:paragraph of type: choose a particular paragraph.Block settings is below: Create block is checked. Block display settings is Display format is Unformatted list of...
View ArticleTypeError: Argument 1 passed to...
when visiting content page following error occurs,TypeError: Argument 1 passed to Drupal\views\Plugin\views\field\EntityOperations::getEntityTranslation() must implement interface...
View ArticleConvert automated_cron, ban, dblog, syslog, system, update, and user module...
Additional People to CreditThere were several issues that had patches that were combined into this one. Additional people to credit, who worked on the other issues:#3043460: Convert automated_cron...
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: Add an EntityOwnerTrait to standardize the base field needed by...
View ArticleSelect All media option is missing while adding media in Table format
Step to Reproduce1. Add media as reference field in Basic Page content type.(Allow unlimited) 2. Add basic page content. 3. While adding basic page in media section click Add Media 4. Then select Table...
View Article