Allow tokens in entity reference views selection arguments
For the Drupal 7 version of this issue, see #2010898: Use tokens for entity selection view arguments.Entity Reference allows using a View of a specific display type to set the available options. This...
View ArticleMake the body field optional and deletable
Problem/MotivationSpin-off from #3477043: Change automatic body field creation to use formatted text field instead of text_with_summary to see if we can do the absolute minimum to unblock Drupal CMS....
View ArticleDropdown button display becomes narrow when text is long
Problem/MotivationClaro theme has been great so far, but some layout issues exist. My project is currently using Workbench Moderation to control moderation states. New buttons underneath the standard...
View ArticleNew twig variable deprecation check should use a service and not the direct...
Problem/MotivationWhen the TwigExtension service is overridden, #3270148: Provide a mechanism for deprecation of variables used in twig templates uses the wrong class and throws an exception:The...
View ArticleH2 tags for Main Menu and Breadcrumbs
Problem/Motivation First of all I would like to compliment the maintainers of the theme. The theme is attractive and loads fast. Thank you for your work. We used the theme on a project and noticed that...
View ArticleStop calling node_add_body_field() from NodeTypeForm
Problem/MotivationAs the title says lets remove node_add_body_field from NodeTypeForm to get this ball rolling for eventually removing text_with_summarySteps to reproduceN/AProposed resolutionRemove...
View ArticleThe `recipe` command should support multisites
Problem/MotivationThe command to apply recipes is only requiring the path to the recipe and it is not possible to apply a recipe pointing to a different site than default.Well...technically, it is...
View ArticleMedia not properly added using widget
Problem/MotivationWhen I create a node and add a media type, e.g. document, it is added but not properly displayed. Only by editing the media the content can be displayed.Steps to reproduce- Add...
View ArticleUnhandled exception when trying to register a duplicate username with...
Problem/MotivationIn https://www.drupal.org/project/drupal/issues/3415582, an unhandled exception when trying to register a duplicate username with different case was fixed. However, we've now noticed...
View ArticleProvide a way for other modules to flag block plugin implementations as...
Problem/MotivationIn the present state of the core inclusion MR, we're missing a way for module authors to mark a Block plugin implementation as 'navigation safe', and listed for use in the Navigation...
View ArticleMenu blocks specific to Navigation are leaking into the Block layout UI
Problem/MotivationThe navigation module defines a set of derivative block plugins for each of the defined menus on your Drupal site. These blocks are meant to be used exclusively within the Navigation...
View ArticleSecond level menu items can't be reached if they have children
Problem/MotivationIt is not possible to navigate to level 1 menu items (secondary items) if they have children (level 1 is referring to the code level which is 0 indexed, 0 being the top level). The...
View ArticleComposer scaffolding fails when permissions on default.settings.yml or...
Problem/MotivationThere are scenarios where a failure is reported when perform various composer commands such ascomposer require [RuntimeException] Could not delete...
View ArticleAdd filecache to OOP hook attribute parsing
Problem/MotivationWith #3442009: OOP hooks using attributes and event dispatcher and #3396165: [meta] Convert all core plugin types to attribute discovery (and potentially others in the future like...
View ArticleAdd a trait for autowiring properties in tests
Problem/MotivationCurrently when adding services as properties in tests you need to declare the properties and initialize them in ::setUp. This is unnecessary boilerplate.Steps to reproduceProposed...
View ArticleAbility to edit content in Live while it’s also being edited in other workspaces
Problem/MotivationCurrently if a node has been edited in a non-live workspace, it cannot be edited in live.If you go to the edit form, you see the following message:The content is being edited in the...
View ArticleTypeError: Cannot assign string to property $_serviceIds of type array in...
Problem/MotivationThe security release SA-CORE-2024-008 caused a new tests failure:1) Drupal\KernelTests\Core\Entity\ContentEntityCloneTest::testEntityPropertiesModifications TypeError: Cannot assign...
View ArticleError: Call to a member function getConfigDependencyKey() on null in...
ProblemI have developed a custom module with a taxonomy created by the file my_module/config/install/taxonomy.vocabulary.myVocabulary.yml . Terms are created during the module installation in...
View ArticleCKEditor5 sticky panel top offset does not get recalculated after calling...
Problem/MotivationIf the top offset of the page changes (e.g. the website has a header that changes size when scrolling), the sticky panel of the CKEditor5 does not register the change and gets stuck...
View ArticleAdd Migration class in the MigrateMapDeleteEvent class
Problem/MotivationIn order to make the event only happening to certain migration, I need a condition on the migration id within the event.Proposed resolutionUpdate the MigrateMapDeleteEvent construct...
View Article