Fatal error during import translaton of workflows.workflow.editorial.yml config
How to reproduce:Enable any language ('de' for example);Enable 'content_moderation' module;Update translationsExport configurationImport exported configuration on a clean siteI get following error for...
View ArticleLayout builder fails to assign inline block access dependencies for the...
Problem/MotivationThe SetInlineBlockDependency event subscriber fails to assign the correct access dependency to inline blocks when creating a pending revision of override section storage.This creates...
View ArticleForum vocabulary is overridden to required regardless of field settings
Problem/MotivationJust tried to set a taxonomy term field to non-required in the field UI, and the field persisted as required in the form.This is because forum_form_node_form_alter() forces the widget...
View ArticleViews pager links incorrectly handle complex exposed filters
When a exposed filter parameter is given a value in a query string that is interpreted as an array, the resulting pager URLs contain incorrect and unneeded parameter values. The situation is such that...
View ArticleFix Drupal.Commenting.FunctionComment.InvalidNoReturn
This is a part of the attempt to fix #2572645: [plan] Fix 'Drupal.Commenting.FunctionComment' coding standardThis issue is created to tackle the sub-sniffDrupal.Commenting.FunctionComment.InvalidNoReturn
View ArticleAllow an install hook in profiles installing from configuration
Problem/MotivationIn #2788777: Allow a site-specific profile to be installed from existing config we excluded profiles from being installed that contain hook_install implementations.The reasons for...
View ArticleEntity Reference wrong language display if layoutbuilder is enable
Simulation1) Enable Translation Content Add two Language (Ro, EN) 2) Enable Layout Builder 3) Enable Paragraph ( can use Content Type reference ) 4) Add Paragraph Type > Body > with field...
View ArticleDrupal core having issues as cross-Site Request Forgery and session...
I have did testing for user login modules using IBM Appscan Tools its shows the error Cross-Site Request Forgery, Session Identifier Not Updated and Autocomplete HTML Attribute Not Disabled for...
View ArticleMenu item with <current> path not visible to anonymous users
Menu items with path set to <current> are not rendered for anonymous users. Steps to reproduce: 1. Install vanila Drupal and log in as admin 2. Go to /admin/structure/menu/manage/main/add 3....
View Article“Uncaught exception” page contains HTML but has content-type text/plain
When there is an uncaught exception, Drupal 8 displays a simple dump of the exception.Although the page is served as 'Content-Type' = 'text/plain', it contains HTML. It looks better to me when I change...
View ArticlePageCache getCacheId doesn't compare cid of the following subrequests in...
Problem/MotivationFirst requests to the httpKernel will cache request properly but the following requests handled by the same httpKernel instance will return the same response that was cached for the...
View Articlecomment_update_8701 fails if there are comments without field_name
Experiencing following error while updating from 8.6.15 to 8.7.0.> [notice] Update started: comment_update_8701 > [error] Exception thrown while performing a schema update. SQLSTATE[01000]:...
View ArticleField name is not passed in $context inside field_view_field() for...
field_view_field fires hook_field_attach_view_alter and passes a context array containing various bits of useful information, however the field name is missing. The field_name is passed inside the...
View ArticleDeprecate drupal_schema_get_field_value()
Problem/MotivationSplit deprecation of drupal_schema_get_field_value() from #2124069: Convert schema.inc to a serviceProposed resolutionAdd static...
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 ArticleCannot update to 8.7.0 because of...
Hi, When I try to update Drupal 8.7.0 db br drush updb I get the following error.> [notice] Update started: taxonomy_post_update_make_taxonomy_term_revisionable > [error]...
View ArticleUse email verification when changing user email addresses
Problem/MotivationCurrently, when a new user registers for a Drupal account the details are sent to the users supplied email address. This provides a basic mechanism that confirms the user is at that...
View ArticleFold in dependency parsing wisdom from project_composer
Problem/MotivationFollow-up to #2677532: Move drupal_check_incompatibility() functionality to a new Dependency class and Version componentFrom @mixologic: Just to throw this out there again, I had to...
View ArticleUpdate zend-framework component dependencies
Problem/MotivationOur zend-framework dependencies are quite out of date. Currently we have:zendframework/zend-diactoros 1.4.1 PSR HTTP Message im... zendframework/zend-escaper 2.5.2...
View ArticleRSS view with fields give wrong URL from path field
ProblemRSS view with fields instead of content rendering in RSS view mode results in wrong URLs from path field (with pathauto enabled). Instead of correct URL with...
View Article