Error in drupal core contentEntityBase::hasTranslationChanges when no original
Problem/MotivationContentEntityBase::hasTranslationChanges checks if $this->original is set. If it is set it means the function has been called in a save context call, otherwise it has been called...
View ArticleProvide single field values from multivalue fields as layout builder-friendly...
Problem/MotivationFor every multivalue field block, allow specifying which field delta(s) would be placed.This would allow the edit form when initially creating the node to act as a kind of "copy deck"...
View ArticleAdd a new test type to do real update testing
Problem/MotivationWe have hit problems with the security release of 8.6.7 and the bug fix release of 8.6.8. See:#3026386: Drush fatal error after upgrading to 8.6.6, 8.5.9, or 7.62: PHP Fatal error:...
View ArticleAdd $options['base_url'] support to the unrouted URL assembler
Problem/MotivationProposed resolutionRemaining tasksUser interface changesAPI changesData model changes
View ArticleAdd mod_php7 check to htaccess
Problem/MotivationWe support ini settings in PHP 5, but not in PHP 7.We should add a <IfModule mod_php7.c> to .htaccess where users can set default values for PHP 7.Proposed resolutionUpdate...
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 ArticleCan't save item removal or items order change in quickedit - inline...
Prerequisite Have applied patch in this issue to fix the initial issue of quickedit not working with inline entity form - complex.Problem When using quickedit to edit any multi-value field that is...
View ArticleLayout Builder's isOverridable()/setOverridable() do not respect the...
Problem/Motivation\Drupal\layout_builder\Entity\LayoutBuilderEntityViewDisplay has methods supporting the two checkboxes on "Manage display":"Use Layout Builder":...
View ArticleSwitch to symfony/http-client
Problem/MotivationShould we switch to https://github.com/symfony/http-client for Drupal 9?Proposed resolutionBenefits:Less types of dependencies - "just" another symfony component - covered by the same...
View ArticleDate response header is set to the date the response was cached
The Drupal Security Team approved this issue for public release.Original Report by @fgmThere is an issue with the core-generated Date HTTP header on cached responses. I'm reporting it first instead of...
View ArticleFatal error: Call to undefined method...
Hi, I've noticed a issue with Map field in ajax callsSteps to reproduce:1. Create a custom field type that have an Map property 2. Attach this field type on one entity 3. Attach also a file definition...
View ArticleConvert FieldApiDataTest into a kernel test
Problem/MotivationFieldApiDataTest is making no HTTP requests but is a functional test.Proposed resolutionConvert FieldApiDataTest into a Kernel test.Polish to make it more readable.Cleanup ::setUp()...
View ArticleRemove entityManager constructor argument from SystemManager
Follow-up of #2977107: Use more specific entity.manager services in module .services.yml files.Feedback from @alexpott there:+++ b/core/modules/system/src/SystemManager.php @@ -79,8 +81,14 @@ class...
View ArticleSet MenuLinkContent getEntity to public visibility
Hello,When manipulating menu, it would be convenient to be able to access the menu link content entity easily.Setting the visibility of the getEntity method would help.I will upload a patch.
View ArticleConvert FilterEntityBundleTest into a kernel test
Problem/MotivationFilterEntityBundleTest makes no HTTP requests but is a functional testProposed resolutionConvert FilterEntityBundleTest into a Kernel testRemaining tasksNone.User interface...
View ArticlePossible wrong token assignment on display modes
When accessing admin/structure/display-modes/view at the end of each entity type there's a link for adding a new view mode. Here are some examples: Add new Custom block view mode Add new Comment view...
View ArticleConvert LocaleStringTest into a Kernel test
Problem/MotivationLocaleStringTest makes no HTTP requests but is a functional testProposed resolutionConvert LocaleStringTest into a Kernel testRemaining tasksNone.User interface changesNone.API...
View ArticleConvert FilterCaptionTwigDebugTest into a Kernel test
Problem/MotivationFilterCaptionTwigDebugTest makes no HTTP requests but is a functional testProposed resolutionConvert FilterCaptionTwigDebugTest into a Kernel testRemaining tasksNone.User interface...
View ArticleConvert ConfigTranslationFormTest into a Kernel test
Problem/MotivationConfigTranslationFormTest makes no HTTP requests but is a functional testProposed resolutionConvert ConfigTranslationFormTest into a Kernel testRemaining tasksNone.User interface...
View ArticleConvert SelectionTest into a Kernel test
Problem/MotivationSelectionTest makes no HTTP requests but is a functional testProposed resolutionConvert SelectionTest into a Kernel testRemaining tasksNone.User interface changesNone.API...
View Article