Twig_Error_Syntax: {% trans %} error in system-modules-uninstall.html.twig
The website encountered an unexpected error. Please try again later.</br></br><em class="placeholder">Twig_Error_Syntax</em>: The text to be translated with...
View ArticleStable 9 is trying to override non-existing css files.
Problem/MotivationThe drupal.dialog.off_canvas library has been altered for Drupal 10, but the library overrides in stable 9 have not been changed to match this.Here is the definition for...
View ArticleCKEditor 5 balloons invisible when CKEditor 5 is used inside a modal
Problem/MotivationModal dialogs (such as the link dialog) in the CKEditor 5 WYSIWYG toolbar do not activate when CKEditor is within a modal. This may be a regression of #3274937: Get CKEditor 5 to work...
View ArticleImplement js- prefix for autocomplete textfields to separate JavaScript...
Problem/Motivationautocomplete.es6.js acts on all textfields with the "form-autocomplete" class. However, the LinkIt module has its own version of autocomplete results but cannot reuse the styling for...
View Article11.0.0-rc1 release notes
See parent issue for general instructions.For this specific issue (and other betas and RCs), the release notes are just incremental from beta1. Some of those changes will be significant enough to...
View Articlearray_diff(): Argument #2 must be of type array, null given in array_diff()...
Problem/MotivationGot the error while testing against the bootstrap theme, 8.x-3.25array_diff(): Argument #2 must be of type array, null given in array_diff() (line 702 of...
View ArticleAvoid TypeError if config entity dependencies are NULL
Problem/MotivationWe noticed an error on the 10.3 update when trying to resave config entities, the affected sites has some invalid definitions with NULL instead of an empty array, which results...
View ArticleAdd option to hide end date if the start date and end date are the same day...
Problem/MotivationCurrently, if the start day and end day are the same, but they have different times, the end day still displays. There are situations where we don't need to repeat the end day but...
View Article[meta] Requirements for tagging 11.0.0-rc1
Must-haves prior to tagging 11.0.0-rc1Release notes: #3449818: 11.0.0-rc1 release notes#3108658: Handling update path divergence between 11.x and 10.x#3378393: Hardcode security coverage EOL dates for...
View ArticleUndefined array key "status" in...
Problem/MotivationAfter setup CKeditor5 as text editor in Drupal 10.3 i get this errorUndefined array key "status" in editor_form_filter_admin_format_submit() (line 257 of...
View ArticleEnable bookmarking of AJAX views
Currently we don't track the state of AJAX views. Users trigger reloads, but no state information is logged. Specifically, it is not possible for users to return to a particular state, short of...
View ArticleCreate a new component: Toggletip
Anyone wanting to give this a spin can enable the toggletip_test module and go to /toggletip-test/toggletips. It's a test module, so $settings['extension_discovery_scan_tests'] = TRUE; must be...
View ArticleNodeListBuilder is using mark theme wrongly
Problem/MotivationIn https://git.drupalcode.org/project/drupal/-/blob/11.x/core/modules/node/...public function buildRow(EntityInterface $entity) { /** @var \Drupal\node\NodeInterface $entity */ $mark...
View ArticleDo not override class in preprocess_field hook
Problem/MotivationOn line 42 of the umami.theme, this class should be added as a new item in the array. Right now it’s stepping on any other classes in that array.Proposed resolutionAdd [] after the...
View Articlephpunit.xml is deleted when doing composer update
Problem/MotivationIn a dev environment phpunit.xml is always deleted with doing a composer updateSteps to reproduceRun composer updateProposed resolutionProvide a magic incantation in the docs that...
View ArticleModule and theme names are not filtered on output.
Problem/MotivationEspecially with the growth of Features, and the ability to use update module to add/update themes and modules, it seems like a not entirely safe assumption that what's in the .info...
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 ArticlePermission to see own unpublished comments in comment thread
Hi,I am developing the website which has lot of comments conversions. Authenticated users will post comments without approval. Email notification will send to admin. Now, If admin un-publish the...
View ArticleCatch EarlyRendering Exception for REST-Resources
Problem/MotivationThere are some issue where people always have the same issue running in a LogicException "The controller result claims to be providing relevant cache metadata, but leaked metadata was...
View Article[PP-1] Add validation constraints to system.logging
Problem/Motivationvendor/bin/drush config:inspect --filter-keys=system.logging --detail --list-constraints ➜ 🤖 Analyzing… Legend for Data: ✅❓ → Correct primitive type, detailed validation impossible....
View Article