Alignment break and spacing issue
Problem/MotivationAlignment break and spacing issueSteps to reproduceStep1 : Install Drupal Step2 : Enable layout builder module Step3 : Use Layout Builder from Administration > Structure >...
View ArticleTypeError: Cannot access offset of type string on string in...
Problem/MotivationTypeError: Cannot access offset of type string on string in drupal_array_set_nested_value() (line 6955 of /includes/common.inc). The website encountered an unexpected error. Please...
View ArticleAdd visibility control conditions to blocks within Layout Builder
Problem/MotivationLayout Builder introduces a new paradigm shift in page building and block placement for content entities without introducing a block visibility mechanism.Proposed resolutionProvide a...
View ArticleMedia image thumbnail incorrectly ends up as NULL when it should be an empty...
Problem/MotivationMedia derive their thumbnail images and alt text for those images from their media source plugins. For image-based media, that's the "Image" media source plugin. When the plugin is...
View Article10.3 upgrade now missing status-message theme suggestions
Problem/MotivationUpgraded to 10.3 and status-message.html.twig is missing as a theme suggestion, breaking my custom theme. See screenshots.Steps to reproduceCopied git bisect result from...
View ArticleInvalidArgumentException: The allowed types parameter is required and must be...
Problem/Motivation"The website encountered an unexpected error. Try again later.InvalidArgumentException: The allowed types parameter is required and must be an array of strings. in...
View ArticleDivisionByZeroError: Division by zero in...
Problem/MotivationBy doing a search, when you choose to display all the items (items_per_page=All). This error occurs.DivisionByZeroError: Division by zero in...
View ArticlePostgres: invalid input syntax for type bigint
Steps to reproduceEnter "example (test)" value to any entity autocomplete field.The following exception will be thrown.The website encountered an unexpected error. Please try again...
View ArticleDeprecate $variables['view'] for node.html.twig
Problem/MotivationViews module adds $variables['view'] to node templates.This is impossible to provide cacheable metadata for, because we don't have the render context of the view. I've also never seen...
View ArticleAdd missing category to Drupal\layout_builder\Plugin\Layout\BlankLayout and...
Problem/MotivationDeprecated function: strnatcasecmp(): Passing null to parameter #2 ($string2) of type string is deprecated in Drupal\Core\Layout\LayoutPluginManager->Drupal\Core\Layout\{closure}()...
View ArticleNot all UI elements are following rems scaling
Problem/MotivationUser themes can have something like font-size: 1vw; (just for instance) set on html tag, to have proportional scaling of all UI elements no matter which resolution of the...
View ArticleBreadcrumbBuilder::applies() mismatch with cacheability metadata
Problem/MotivationBreadcrumb builders are called in a specific order, the first one that returns a valid Breadcrumb object from its build() method is the one that will be returned from the manager....
View ArticleTwig debug output does not display all suggestions when an array of theme...
Updated: Comment #206Problem/MotivationTwig debugging output is supposed to show all template suggestions. Currently, the debug output does not show all the template suggestions that the Drupal render...
View ArticleReplace usage of generateString with generate in theme
Problem/MotivationSee #3087434: [meta] Use FileUrlGenerator::generate() everywhere, then deprecate generateString() and generateAbsoluteString()Steps to reproduceProposed resolutionRemaining tasksUser...
View ArticleImported layout builder settings fail if inline blocks are present due to...
Problem/MotivationWhen exporting the layout builder settings from a site, if inline blocks are present the resulting *.yml file will look like this: 128118dd-d092-4a42-958e-2d686c0a1351: uuid:...
View Article[regression] "Content: Has taxonomy term ID (with depth)": instead...
Problem/MotivationFollow up to #2765297: Return translated term name on views "Content: Has taxonomy term ID (with depth)" which seems to have caused a regression where in certain situations the token...
View ArticleHandling update path divergence between 11.x and 10.x
Problem/MotivationThis is an issue that we haven't had to deal with since the Drupal 6 to Drupal 7 upgrade path, but now we do again.The following scenarios are...
View ArticleFile formatter render absolute url to file
Problem/MotivationCurrently, file and image field's field formatter doesn't have support to render/display absolute URL.ImageUrlFormatter and UrlPlainFormatter classes doesn't have flexibility to...
View ArticleAllowed type text is duplicated in the back end of image field
Problem/MotivationAfter upgrading Drupal core to version 10.2.0, an issue has arisen within the image field functionality. Specifically, the image field is now permitting duplicate allowed image types,...
View ArticleAdd appropriate return typehints to all @dataProvider methods
Problem/MotivationFollow-up to #3353210-37: [PHPUnit 10] @dataProvider methods must be declared static and public.Data providers methods to tests should have an appropriate typehint: array or iterable...
View Article