Revert and Delete actions should not be available for the current revision
Problem/MotivationCreated as a follow-up to #2350939: Implement a generic revision UI.There are several problems that result from the Revert and Delete actions being available for the current...
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 ArticleAllow a migration to be imported concurrently
Problem/MotivationIn the import method of MigrateExecutable there is code that stops a migration from running if it is already running. I'm sure this is there for a valid reason like keeping things...
View ArticleAdd taxonomy term revision UI
Problem/MotivationTaxonomy term entities will be revisionable after #2880149: Convert taxonomy terms to be revisionable but it's not possible to revert to a revision or delete a specific...
View ArticleDisplay backtrace for logged throwables on log message details page
Problem/MotivationWhen an exception is logged to the dblog by \Drupal\Core\EventSubscriber\ExceptionLoggingSubscriber::onError() or \Drupal\Core\Utility\Error::logException(), there is no backtrace on...
View ArticleConvert Olivero's pager to use single directory components
Olivero's pager component should be using SDC. Let's migrate it. The current code lives in core/themes/olivero/templates/navigation/pager.html.twig
View ArticleScrolling remains disabled after closing nested modal dialogs
Problem/MotivationThe close even is not triggered when a modal dialog opens another modal dialog. This is a known bug: #2741877: Nested modals don't work: opening a modal from a modal closes the...
View ArticleMake it easier to enter multiple values to fields allowing unlimited values
Problem/Motivation#2521800: List key|label entry field is textarea, which doesn't give guidance towards the expected input changed the options field types to use similar pattern that is used for fields...
View ArticleToolbar doesn't indicate active menu trail for pages not included in...
Problem/MotivationAs part of #3343940: Field UI 2023 User Research, we discovered that users have challenges orienting themselves in the Drupal Admin UI. One of the many causes to this is that Drupal...
View ArticleDetails up chevron not quite vertically aligned in forced colors mode
Problem/MotivationA pixel or two higher would look right.Steps to reproduceProposed resolutionRemaining tasksUser interface changesAPI changesData model changesRelease notes snippet
View ArticleGive more love to developers from SDC experience
Problem/MotivationFound 2 problems, so describing feature request:1. SDC allows to define components only in `components/` folder in theme.Drupal by default can scan twig templates located in theme in...
View ArticlePrivate file download returns access denied, when file attached to revision...
BackgroundThis is the follow-up issue of Private file download returns access denied, as was suggested by @Berdir here.Once upon a time a patch was committed to D7 core to make private files...
View Article$entity->isDefaultTranslation() behaves incorrectly when changing default...
Problem/MotivationImages uploaded to an image field are lost when the node language is changed (because file usage incorrectly drops down to zero, causing the permanent file to be marked temporary, and...
View ArticleAllow field_type_categories.yml entries to define libraries
Problem/Motivation#3356894: Make field selection less overwhelming by introducing groups Added hook_field_type_category_info to allow modules to define metadata about field type categories. In doing...
View ArticleField [storage] config have incomplete settings until they are saved
From #2320253-10: FIC/FSC::preSave() do not call the parent implementation :not sure why we initialize default settings in preSave(), this leaves freshly created entities broken for runtime use...
View ArticleMissing translations revisions
Since September in our site some nodes are disappearing. We had 8.5.X but now we have latest core version 8.6.2. We have multilingual site and there are more than 10 persons adding and editing content...
View ArticleAllow form modes to use default operation if a form operation is not...
Problem/MotivationForm modes added through the UI are not usable until a form class is registered for the form mode using hook_entity_type_build. The form modes can be configured per bundle (setting...
View ArticleViews exposed text filter set to required shows an empty error and form error...
Problem/MotivationViews page with exposed text filter set as required filter will show an empty error message and a form error for the required filter when first loading the page, before you actually...
View Article#states disable property has stopped working for some element types
Problem/Motivation#994360: #states cannot check/uncheck checkboxes elements included a change to no longer set the disabled property of the targeted element directly, since it should be included by...
View ArticleFix spelling of "resultset" which should be "result...
Problem/MotivationPer @xjm in #3323353: View combine filter operator "Is not equal to" use the same operator as "Is equal to":I realize there's already the existing assertion with "resultset" cased as...
View Article