Ajax exposed filters not working for multiple instances of the same Views...
Problem/MotivationIf there is a View that has exposed filters and then you place multiple of those views on a page, the filters do not work correctly.Steps to reproduceCreate a Views block with exposed...
View Article.module file not included
Problem/MotivationIf a module is enabled with no .module file created and then you create one the system will not detect it.Steps to reproduceCreate a module with no .module file. Enable the module....
View ArticleBackbone manual tree-shake
Problem/MotivationBackbone is on the way out #3145958: [META] Re-evaluate use of Backbone.js in core, we should figure out exactly what we rely on backbone for while reducing the size of the asset used...
View Article[PP-1] bundleFieldDefinitions() are not added in EntityViewsData
Problem/MotivationYou can define bundle fields on your entity in bundleFieldDefinitions(), you may need a patch like #2817751: Create an API for bundle plugins or at the very least a class that extends...
View ArticleConstructor of Drupal\Core\Test\TestDiscovery called with 3 parameters and...
Problem/MotivationIn the test Drupal\Tests\Core\Test\TestDiscoveryTest::testGetTestsInProfiles() an instance of TestDiscovery is created with 3 parameters. The constructor of TestDiscovery only takes 2...
View ArticleIgnore, testing issue
Problem/MotivationSteps to reproduceProposed resolutionRemaining tasksUser interface changesAPI changesData model changesRelease notes snippet
View ArticleViews Term ID has broken filters ("All of", "Is none of")...
Problem/MotivationCreate a vocabulary with some terms.Create a view of taxonomy termsNew filter of TermSelect "drop-down list"Choose "Is none of" or "Is all of" and select at least one termApplyThe...
View ArticleRefactor (if feasible) uses of the jQuery val function to use VanillaJS
Problem/MotivationAs mentioned in the parent issue #3238306: [META] Where possible, refactor existing jQuery uses to vanillaJS to reduce jQuery footprint, we are working towards reducing our jQuery...
View Article[META] Subtheming Olivero
Problem/MotivationTrying to find a future-proof base theme in Drupal right now is very challenging to say the least. There used to be one primary Bootstrap theme for Bootstrap 3, but since the release...
View ArticleAdd 'muted' configuration to audio field formatter.
Problem/MotivationIt is currently not possible to configure an audio file using FileAudioFormatter to be muted by...
View ArticleFragment link pointing to <textarea> should be redirected to CKEditor 5...
Problem/MotivationSee #2729663: Fragment link pointing to <textarea> should be redirected to CKEditor instance when CKEditor replaced that textarea. Same problem with CKEditor 5.Steps to...
View Article?To Proxy?
API page: https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Component%21Plug...I am confounded by the usage of 'proxy' here as an action word, i.e. a verb. I have never seen proxy used as a verb...
View ArticleEmpty toolbar tray displays a stray orientation toggle
Problem/MotivationBackgroundIt is currently possible that a toolbar is empty, i.e. that there is a link in the toolbar but no actual toolbar menu items are revealed when clicking on that link. This...
View ArticleUse "content" region in BlockCreationTrait::placeBlock() instead of...
Problem/MotivationThis came up in #3219959: Update standard profile so Olivero is the default theme.BlockCreationTrait::placeBlock() places blocks in a sidebar_first region by default. Not all themes...
View ArticleAlso use text editor (CKEditor) for "summary" of a text field
Problem/MotivationThe Summary part of the textfield should have a WYSIWYG Editor because the format applies to body and summary.Proposed resolution@todo - Lock down the format for summary in the...
View ArticleMake life better for database drivers that extend another database driver
Problem/MotivationDatabase drivers that extend another database driver have to add the line with something like: include_once dirname(__DIR__, 8) . '/mysql/src/Driver/Database/mysql/Connection.php';....
View ArticleMove the MySQL exception in UserStorage to the mysql module
Problem/MotivationAll database specific code belongs in the mysql, pgsql or sqlite module. Just like contrib database driver module need to do. The core database driver modules are the example for the...
View ArticleDifferent contextual view result in a site with multilingual enabled
Problem/MotivationHi everyone Here is to report different number of output of a view built with contextual filters in a multilingual setup. Since my knowledge is limited I do not report this as a bug...
View ArticleViews Contextual filter with multiple values And or OR, wrong sorting
I am using a field formatter view to display a multiple paragraph field using a views display passing the ID values in the arguments. It seems that the view is ordering the items based on the ID and...
View ArticleOnly migrate role permissions that exist on the destination
Problem/MotivationPermissions from contrib modules are migrated "as is" from Drupal 7 even if there is no Drupal 9 module providing the given permission. These permissions appear in the yaml file...
View Article