Notice: Trying to access array offset on value of type null in...
Notice: Trying to access array offset on value of type null in FieldInfo->prepareInstanceDisplay() (line 628 of modules/field/field.info.class.inc).field_info_formatter_types() can return NULL which...
View ArticleProtection against multiple statements should be moved to prepareStatement
Problem/MotivationThe code protecting against multiple statements is part of Connection::query(), but ::prepareStatement() should be protected too.Proposed resolutionMove the protection code to...
View Article[D7] file_unmanaged_move() should issue rename() where possible instead of...
Problem/Motivation7.x backport for #1377740: file_unmanaged_move() should issue rename() where possible instead of copy() & unlink(). The code has not changed much and the bug is exactly the...
View ArticleAutocreate for Entity Reference selection handlers that extend ViewsSelection
Problem/MotivationAutocreate a is a great UX option for Entity Reference fields. Currently it is not available if you choose "Views" as the "Reference method", which is necessary if you want to filter...
View ArticleAdd Views EntityReference filter to be available for all entity reference fields
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 ArticleContent Not reverting in Layout builder section
Problem/MotivationContent Not reverting in Layout builder sectionSteps to reproduce1. Edit a hub page, and save the changes 2. The content changes done in step 1 are visible in View mode + in Lay-out...
View ArticleDatabaseExceptionWrapper has incorrect arguments in Insert
Problem/Motivation#3137883: Deprecate passing a StatementInterface object to Connection::query added a DatabaseExceptionWrapper. The third argument should be the \Throwable and not the code. throw new...
View ArticleMissing View not helpfully reported in preRenderViewElement()
What are the steps required to reproduce the bug? See /core/modules/views/src/Element/View.php It can be reproduced by opening a page with a View (in a block), deleting the View, or (easier) by adding...
View ArticleAdmin toolbar should always be rendered in the admin language (if set)
Problem/MotivationIf the site has an admin language preference option set in negotiation, users can set their admin language preference. However, even if that is set, only admin pages are affected. The...
View ArticleUnable to assign roles to the admin account
Problem/MotivationNot possible to assign a role to the admin account.Steps to reproduceInstall a fresh Drupal 9 site.Select a language other than English.Standard profileAdd a role.Try to assign that...
View ArticleWrite a test view with extensive XSS test of all the things in views_ui
Problem/MotivationProposed resolutionRemaining tasksUser interface changesAPI changesData model changes
View Article"Login" link shows up for logged-in users as well
Problem/MotivationIn D7, a manual created menu link pointing to "user/login" only showed up if I'm not already logged in. In D8, the link shows up no matter whether I'm already logged in or not. Guess...
View ArticleViews Blocks with Contextual Filters not showing in Layout Builder
I tried to see if this has already been reported so sorry if this is duplicated. Problem/MotivationWhen viewing a content type that has layout builder enabled (show preview content unchecked or...
View ArticleNotice Array to string conversion in drupal_send_headers() line 1236...
This appears multiples times after images are uploaded:Notice: Array to string conversion in drupal_send_headers() (line 1236 of /var/www/docroot/includes/bootstrap.inc).Drupal versions affected: 7.36...
View ArticleFieldPluginBase::trimText() does not always trim
If FieldPluginBase::trimText() has the values of max length 4 and with the ellipsis setting set to True... and it trims a value like 'admin' it returns admi⦠which is length 5 and not trimmed at all :)
View ArticleOff Canvas reset breaks contenteditable functionality in several browsers
Problem/MotivationDiscovered in #3201820: Manually test that CKE 5 can be used in off-canvasIn core/misc/dialog/off-canvas.reset.css, there is a style that sets most elements within the dialog to all:...
View ArticleOlivero's: The header is showing odd behavior when the search bar is...
Olivero's: The header is showing odd behavior when the search bar is opened.Steps to reproduce:1. Open the search bar in the header. 2. scroll down to the bottom. 3. click on the cross sign in the...
View ArticleViews preview path doesn't update when changing path setting
Problem/MotivationWhen editing a View with a Page display, if the Path is changed in the settings, the change is not reflected in the Preview pane despite Auto preview being checked.Steps to...
View ArticleAddress jQuery UI position dependency
Problem/MotivationjQuery UI Dialog and Autocomplete both need to be shimmed: #2158943: Replace jQuery UI dialog with supported library or polyfill#3076171: Provide a new library to replace jQuery UI...
View ArticleEnsure that tabledrag user interface is usable within Olivero
Table drag's UI is fairly broken. This can be exposed via webform in addition to editing menus within the settings tray. Testing instructionsTo test this, we need to find a tabledrag interface. The...
View Article