Add metadata to the views query
Problem/MotivationI use hook_form_alter() to alter the views exposed form and to change the widget of some filter. But more than that I need to change related condition in views query as well. To do...
View ArticleClaro's CSS naming is too generic, clashes with custom theme styles in...
One of the obvious needs of the wysiwyg (ckeditor) is to have stylesheets that styles elements to match the theme front-end. This includes entity embeds, that probably will have class names like...
View ArticleSelection List field too cumbersome for adding a large list of options such...
The changes to the UI for list type fields in 10.2 has made it much more cumbersome for adding large lists of options. Instead of entering a simple list of key|value pairs, now each element must be...
View ArticleDrupal ajax error after D10 update from version 10.0.11 to 10.2.1
Problem/MotivationAfter updating Drupal 10 site from version 10.0.11 to 10.2.1 , getting drupal ajax error on adding media, blocks from layout builder. Also quick edit links are disappeared from blocks...
View Article[10.2 regression] CKEditor 5 breaks when "Source"/Source editing...
Problem/MotivationThe change in validation introduced in #3396628: Fix <ol start> → native CKEditor 5 functionality and fix bug in SourceEditingRedundantTagsConstraintValidator that allowed it to...
View Article[PP-1] Use hook_theme_suggestions in views
Problem/MotivationViews currently does not show theme suggestions, due to a bug in core: #2118743: Twig debug output does not display all suggestions when an array of theme hooks is passed to #theme...
View ArticleRefactor (if feasible) uses of the jQuery data function to use Vanilla/native
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 Articledrupal/core-dev should depend on drupal/core so you don't get version...
Problem/MotivationIf you have a drupal/core-recommended composer site, and want to run tests, you're supposed to composer require drupal/core-dev. However, that package doesn't depend on core, so if...
View ArticleAdd validation constraints to core.entity_form_mode.*.*
Problem/MotivationForm modes have 3 property paths that are not yet validatable:vendor/bin/drush config:inspect --filter-keys=core.entity_form_mode.user.register --detail --list-constraints ➜ 🤖...
View ArticleHave Views' taxonomy term filters use UUIDs instead of entity IDs
Problem/MotivationTo support the model of deployable configuration, Views configuration with filters on taxonomy terms (or any entity reference field for that matter) should use the UUID of the entity...
View ArticleDrupal core recipes should use the createIfNotExists action where possible to...
Problem/MotivationBecause core's recipe uses the config folder to create the configuration, the recipe cannot be re-applied because that configuration already exists in the Drupal site.This is bad as...
View ArticleAdd table.TableColumnResize for formats with arbitrary HTML supported
While using CKeditor 4 I can resize table, but not on CKE5.On 2 colums table, even when I put Image with 600x275px and choose CKE5 image size to 100%, Drupal will resize to smaller size while there is...
View ArticleAutocomplete input text can visibly overflow under magnifier icon
Problem/MotivationIf an autocomplete input's text fills the input, the text will appear underneath the magnifying glass icon. This is also an issue in Seven, but may be less noticeable due to the size...
View ArticleAjax attached to Views exposed filter form does not trigger callbacks
If you try to use #ajax on a Views exposed filter form element, the callback is never invoked. This was discussed at length in the Views issue queue here:#1183418: Ajax attached to exposed filters in...
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 Article[PP-1] Reorder Layout Builder sections
Currently postponed on #3208766: Add UUID to sectionsProblem/MotivationSome complex page layouts leverage multiple section containers for long-form content, where reordering sections would be...
View ArticleWarning: Undefined array key 1 in Drupal\Core\Asset\AssetResolver of...
• Warning: Undefined array key 1 in Drupal\Core\Asset\AssetResolver->getCssAssets() (line 133 of core\lib\Drupal\Core\Asset\AssetResolver.php). • Warning: Undefined array key 1 in...
View ArticleRemove legacy 'metadata' variable from node.html.twig
Problem/MotivationThis was added to support RDF module which is now in contrib, we should deprecate then remove it.Steps to reproduceProposed resolutionRemaining tasksUser interface changesAPI...
View ArticleImprove developer experience for 10.3.x upgrade by informing where typed...
Problem/Motivationassert($typed_config instanceof Mapping) in system.post_update.php gives a failure, but it is difficult for less experienced developers to know what caused that failure.The failure is...
View ArticleDisplayPluginBase::getAttachedDisplays returns displays that are not attached.
Problem/MotivationIf we have a view with multiple displays for example: Display 1 Display 2 Feed 1 (attached to display 1) Feed 2 (attached to display 2)The method getAttachedDisplays() when called on...
View Article