Entity autocomplete widget does not pass along entity to AJAX request
Widgets for entity reference fields are responsible for passing along the entity the widget is rendered on (aka host entity) so entity reference selection plugins know about the entity making the...
View Article[META] Media and media library
This issue is to plan the redesign for Media. Needs definition, so far this is a placeholder where we'll add designs and child issues to work on.To start, we need screenshots of all the pages/worflow....
View Articlefeed-icon.html.twig with double escaped titles
I have a feed created with a view. When the feed is attached to a page the template /core/modules/system/templates/feed-icon.html.twig is used to render a feed icon with title. The title is double...
View ArticleMissing drag event when starting to drag a row in tabledrag
When using tabledrag.js, I noticed an API regression compared to the 7.x version of tabledrag.In D7 the Drupal.tableDrag.prototype.onDrag method is called at the end of the event handler when starting...
View ArticleAllow TimestampFormatter to show as a fully cacheable time difference with JS
Problem/MotivationAs it turned out in #2500525: Time ago/hence date/time formatting breaks caching; needs appropriate max age and #2686409: Time Ago summary does not render on Manage Display for...
View ArticleError message and warnings
FILE: /opt/lampp/htdocs/drupaltest/drupal1/core/lib/Drupal/Core/Extension/Extension.php --------------------------------------------------------------------------------------- FOUND 7 ERRORS AND 1...
View ArticleAdd thread depth configuration to comments
Problem/MotivationWhen threading is enabled on comments, there is no mechanism to limit how far a comment will indent. This poses a problem for sites that wish to have a defined maximum threading level...
View ArticleSupport contrib database driver directories in a fixed location in a module
Problem/MotivationThe current situation is the all contrib database driver directories must be copied to the directory DRUPAL_ROOT/drivers. This must be done because it is the only location that Drupal...
View ArticleAdd recursion protection to EntityReferenceItem normalizers
Problem/MotivationThe HAL module's EntityReferenceItemNormalizer identifies the target_id and invokes the serializer to embed the referenced object in the HAL structures _links and _embedded...
View ArticleRemove dependency to localize.drupal.org on Nightwatch tests
Problem/MotivationThe ./core/scripts/test-site.php which is used by Nightwatch tests depend on localize.drupal.org. This has a potential of causing random failures in the case of localize.drupal.org...
View ArticleInvalidArgumentException: Source path has to start with a slash. in...
I have updated the Drupal core version 8.5.5 to 8.6.13. I am trying to access config > System > Basic site settings (admin/config/system/site-information) it is getting the below error.The...
View ArticleGrouping support for Item and Email FormElements
The Item and Email @FormElement elements do not support grouping (using the field_group module for example).See the attached patch which fixes this.
View ArticleAfter upgrade to 7.63, 8.6.7, or 8.5.10 still get TYPO3 phar error for drush
Problem/MotivationThere seem to be some ongoing issues as a result of this release and it would be really helpful to have a stronger sense of why they are happening. So far it's just "seems to happen...
View ArticleNotice: Undefined index: #item in user_user_view_alter()
Problem/MotivationNotice: Undefined index: #item in user_user_view_alter() (line 409 of /Users/jungle/repo/drupal/web/core/modules/user/user.module) #0 The line 409 of the file...
View ArticleRole permissions not sorted in config export
Problem/Motivation* When a helper module of mine does a $role->revokePermission('foo'), * and i do a config export, * i get a diff like this (note the missing '3' index)diff --git...
View ArticleConfiguration synchronisation that both enables & configures a module...
Problem/MotivationI noticed something strange today with configuration synchronisation. When we deploy configuration that contains both the enabling of a (contrib/core) module & the config from it...
View ArticleEvaluate/upgrade to js.cookie 3
Problem/Motivation#2550717: [JS] Replace jQuery.cookie with JS-cookie and provide a BC layer switches us from jquery.cookie to js.cookie 2.js.cookie 3.0.0-rc.0 was just released, so we should look into...
View ArticleDrag-and-drop reordering doesn't work if the region content is nested in...
For example, in a custom layout situation where the region content appears in a structure like this:<div {{ region_attributes.first }}> <div> {{ content.first }} </div> </div>...
View ArticleBreadcrumb title doesn't reflect view contextual filter's title...
I'm not sure which component this relates to, so I just put other. Someone please feel free to update if you know the offending component.For the sake of a simple example, lets say we have a view...
View ArticleExposed contextual taxonomy filter does not update title
Problem/MotivationI've found an issue with Override title not working inside contextual filtersTesting on a boilerplate version of drupal 8 I created 2 articles and attached a taxonomy term to them,...
View Article