How to change invalid error text
I'm trying to customize the tooltip that shows on address forms for a customer profile. Currently, it reads "Please match the requested format." which is a bit formal. I'd like it to read something...
View ArticleUpdate core JavaScript libraries before 8.8.0
Problem/MotivationUpdate whatever is allowed in a minor.There are two kinds: the front-end facing libraries in core/assets and the development dependencies specified in core/package.json.(8.7.x=)$ pwd...
View ArticleProvide helper test method to wait for an element to be removed from the page
Problem/MotivationIn Settings Tray tests we have OutsideInJavascriptTestBase::waitForNoElement. This is used when an element will be removed from the page but we can't just check to see if it removed...
View ArticleImage's height overridden by style sheet on form display
I have noticed that although you can configure the display of an image field on the form display this doesn't get applied, and instead a height value get set from...
View ArticleViews exposed form Ajax selector doesn't work on buttons
When Ajax is enabled to a Views block display with exposed form filter, submitting the filter causes the page the reload. This happens when using themes that use buttons as opposed to input types of...
View ArticlePluralise taxonomy terms in Umami's Recipe Category vocabulary
Problem/MotivationThe taxonomy terms used in the Recipe Category vocabulary are all singular:This is ok for tagging, but when that tag is used to generate a list page, the tag being singular is odd...
View ArticleDX: tell developer which yaml file caused a ParseException
Sometimes developers will have invalid YAML files. In my case, I botched a .routing.yml file, but edited many more. Commands like drush cr then correctly say "Unable to parse at line xyz", but not...
View ArticleJunk Handle Added to Page
For some reason, after I save a node I see some junk added at the bottom on media (video) files. If I go back and delete the added junk it comes back after I resave the node. See attached picture. The...
View ArticleMy site is showing an error message
My site is showing me an error message after which i updated it and reconfigured the settings.php and default.settings.php I also deleted the users and recreated a new user. This is my error message...
View ArticleDate tokens do not handle all date types
system_token_info and system_tokens() only provide the 'short', 'medium' or 'long' type tokens, but do not use system_get_date_types() to define what tokens are available. Therefore any module-defined...
View ArticleGeneralize TaxonomyIndexTid filter to be available for all entity reference...
Problem/MotivationOne major piece of functionality from the D7 Entity Reference module was left out entirely in #1801304: Add Entity reference field: the ability to render exposed views filters as a...
View ArticleThemes cannot form_alter field widgets.
Problem/MotivationI was trying to form alter a field widget from the theme using hook_field_widget_form_alter(), which is apparently supposed to work. however it seems to me that it definitely is not...
View ArticleMenu administration crashing following Core upgrade
Following upgrade from 8.6.13 to 8.7, any attempt to maintain a menu from /admin/structure/menu results in a crash. There are three 'Undefined index:' notice messages in the log like thisNotice:...
View ArticleUnable to update from 8.6.13 to 8.7
I am trying to update from 8.6.13 to 8.7.When running the database updates, I am getting the following error:> [notice] Update started: node_update_8700> [error] Exception thrown while performing...
View ArticleMedia library does not open when clicking "Add media": “TypeError:...
Problem/MotivationAfter upgrading from Drupal 8.6.15 to 8.7.0, I'm unable to open the media library. I've applied all updates and cleared the caches thoroughly.Steps to reproduce:* create a new content...
View ArticleMenu configuration is not being saved
Hello there! I've a project deadline at the end of this month, so any help with this issue will be greatly appreciated. I'm using seven theme for admin part of the site. Menu configuration is not...
View ArticleAdd backtrace to all errors
Starting with Drupal 7, the system has become extremely modular. Generic functions are re-used in many places, so it's a horrible job to figure out where exactly an error originates from.Issues like...
View ArticleOptimize node access query building
Updated: Comment #153Problem/MotivationDrupal's current method of determining whether a specified user has access to a node is reported to have significant performance issues on a site using node...
View ArticleView output is not used for entityreference options
Please also consider those that participated in #2714089: Views Filter by an entity reference view not working as expected when assigning issue credit. Done, see #84.Problem/MotivationWhen an entity...
View ArticleBartik has inconsistent .field__label styling, with unique attributes for...
ProblemBartik sets a .field__label class only for .field--type-entity-reference and .field--name-field-tags. Instead it should inherit Classy's styling for those selectors as they are. (Currently on...
View Article