Focus should be set to current password in case of validation errors for...
Problem/MotivationIf a user wants to change the password he/she needs to enter the current password as well in the user edit form. The current password undergoes the form validation and return with the...
View ArticleAllow user to add display modes from respective field UI's.
Problem/MotivationCurrently the users cannot add/create a new form/display mode while entity creation flow.The view display mode has a link Manage view modes which redirects to the view display mode...
View ArticleClaro long select options stop responsive layout
Problem/MotivationIn Chrome, when editing a node which uses a select and that select has long options, the responsive layout does not work and the right column is hidden in narrower browser...
View ArticleCollapsed Details Element causes JS Error for required fields
Problem/MotivationIf you have an empty required field within a collapsed details element, when you submit the form it appears as nothing at all happens.If you open up chrome Devtools, you will see the...
View ArticleDate range should be in the date_time category
Problem/MotivationThe daterange field should be placed into the "date_time" category. Steps to reproduceInstall datetime_range module and you will see it creates its own category which leads to...
View ArticleRedesign the menu link add form to be less overwhelming
Problem/MotivationDuring the usability sessions, some participants struggled with fill out the menu link add page. It has an overwhelming number of options, some are really important, some aren't...
View ArticleWarning "The Delete translation action is only available for published...
Problem/MotivationUsers are faced with a warning "The "Delete translation" action is only available for published translations." that a translation can't be deleted if it doesn't have the published...
View ArticleMenuRouterRebuildSubscriber has a hidden database dependency
Problem/MotivationThere is a db_transaction(); in MenuRouterRebuildSubscriberThe problem with that is that nothing ensures that the menu router is actually stored in the database.Note that this does...
View ArticleClean up locale CSS in line with our CSS standards
Problem/MotivationSee: #1995272: [Meta] Refactor module CSS files inline with our CSS standardsProposed resolutionThe page in question can be seen on admin/reports/translations after language modules...
View ArticleMake exposure of translation meta fields conditional
Problem/MotivationOn certain entity types, the Published, Authored by, and Authored on fields are displayed twice on the translation form. This is confusing to the users and the behavior after saving...
View ArticleNightwatch output on GitLab not easily readable
Problem/MotivationThe output of the nightwatch job on GitLab CI is not easily readable.After the first test, the output seems to lack newlines:┌ ────────────────── ✔ default: Tests/toolbarApiTest.js...
View ArticleUpdate JavaScript dependencies for 10.2.0-RC
Problem/MotivationDrupal 10.2.0-rc1 is due this week, a number of javascript dependencies have major, minor and patch level release bumps that we should try to incorporate in the release.Steps to...
View ArticleAdd option to show only start or end date in the DateTime Range custom formatter
Problem/MotivationCurrently, date range fields are always displayed with start and end date.There are situations where only one of these values should be displayed, e.g. when creating a view for...
View ArticleReplace confirm password field with show/hide functionality
Problem/MotivationIt's more useful to show the user what they are typing instead of asking them to type it twice:http://www.lukew.com/ff/entry.asp?1653= (2012)http://www.lukew.com/ff/entry.asp?1941...
View Article[Meta] Symfony 7 compatibility
Problem/MotivationTrack what needs to be for Symfony 7.Symfony 7 will include types on many methods, which requires that extending classes and interface implementations will need to be updated. There...
View ArticleAllow start date to be optional
Problem/MotivationIn #2794481: Allow end date to be optional we allow end date to be optional in DateRangeItem. But the start date is required and we should also allow it to be optional because this is...
View ArticleError when trying to reset our users' password
Problem/MotivationHi Team,Hoping you can help us out. We have a couple of our internal Drupal site users who have been locked out of their account/forgotten their password. When we navigate using the...
View ArticleFork Symfony's ContainerAwareTrait and ContainerAwareInterface into core
Problem/MotivationIn #3392616-5: Update to Symfony 6.4 we've found out that the Symfony\Component\DependencyInjection\ContainerAwareTrait and...
View ArticleDrupal media Modal preview broken.
Problem/MotivationThe feature that allows users to preview media using a modal (a type of pop-up window) is not showing correctly. This could mean that when attempting to preview media files such as...
View ArticlePackaging info from .info.yml often creates conflicts when patching
Problem/MotivationDisclaimer: Not sure that is the right project to post this.Add a module as dist (using a stable, beta, alpha version) in your composer.json.Create a patch that fixes the .info.yml...
View Article