TypeError: Argument 2 passed to t() must be of the type array, integer given.
When I try to access the dblog I see following error:TypeError: Argument 2 passed to t() must be of the type array, integer given, called in /var/www/xxx/docroot/modules/dblog/dblog.admin.inc on line...
View ArticleRemove \Drupal\FunctionalTests\Update\UpdatePathTestBase::$installProfile,...
Problem/MotivationDiscovered in #2352949-74: Deprecate using Classy as the default theme for the 'testing' profile, quoting verbatim: Apparently UpdatePathTestBase does not just use the DB dump, it...
View ArticleMedia library causes validation errors when it is used in a required field of...
Problem/MotivationFirst, it isn't clear to me if this is something that should be logged against Core or the Paragraphs module. It's hard to know if it's core behavior that creates unexpected results...
View ArticleDeprecate jQuery UI datepicker
Read this to mitigate potential confusion that may occur when reading through this issue: Starting with comment #6 until probably #34, the discussion largely surrounds attempting to use this issue to...
View ArticleWhat does the new "Published" checkbox mean on the forum edit page?
This has appeared on the admin/structure/forum/edit/forum/% page:It needs a description.
View ArticleMake Workspaces and Content Moderation work together
Problem/MotivationAt the moment, the Workspaces module can not be installed if Content Moderation is also installed, see #2971699: Content Moderation and Workspace don't work together.After #3027598:...
View ArticleImmediately delete a media's file when pressing 'Remove' in...
Problem/MotivationThe media library allows a user to upload a new file to create (but not yet save) a new media item. After the media item has been created (but not yet saved), the form presents a...
View Articleuse the 'bundle' filter plugin for non-entity bundle fields
An entity type that has bundles, but that doesn't use a bundle entity type, gets a Views filter for its bundle field that just has a textbox.The bundle filter plugin should be able to handle this.Patch...
View ArticleCacheability of normalized computed fields' properties should be bubbled
Updated in #80Problem/MotivationLet's say I have computed field with the string value which shows the current time of the request. Right now there is no way to set cachebality metadata for computed...
View ArticleNode access default grant behavior is not clear
Problem/MotivationFollowup from #2461049: Node module permissions are broken if hook_node_grants is implemented.The node grant/access record system has a behavior where if no hook_node_grant()...
View ArticleLinks with different target attributes are improperly merged
Problem/MotivationAccording to RFC8288, a link is: a typed connection between two resources and is comprised of:a link context, a link relation type (Section 2.1), a link target, and optionally, target...
View ArticleMethod DatabaseCondition::__toString() must return a string value
Greeting,We just upgrade the Drupal core to 7.59 and on the production site, we got following recoverable fatal error:Method DatabaseCondition::__toString() must return a string valueAfter debugging to...
View ArticleViews Date Filter Datetime Granularity Option
Problem/Motivation1. Create a content type with a Datetime field 2. Create some sample data with the content type 3. Create a simple view that has one exposed filter for selecting the Date 4. The...
View ArticleProperly deprecate the stylesheets-remove key from theme info.yml files.
Problem/MotivationActiveTheme::getStyleSheetRemove() was marked as deprecated, but does not trigger a deprecation error.Proposed resolutionThis is a little tricky because the method is still used in...
View ArticleDefine expectations for testing on supporting browsers and how to achieve them
Problem/Motivation#2390621: [policy, no patch] Update Drupal's browser support policy lists the browsers we intend to claim to support. Once that issue is fixed, that list will be published to...
View ArticleNotice on php7.2 if description does not exist in the array...
Hi,Im getting this notice if edit a node, I have Organic groups on.Notice: Undefined index: #description in theme_field_multiple_value_form() (line 350 of modules/field/field.form.inc).I have dpm the...
View Article[regression] Resource and relationship object `self` links can no longer be...
Per the JSON API documentation:https://jsonapi.org/format/#crud-updatingA resource can be updated by sending a PATCH request to the URL that represents the resource.The URL for a resource can be...
View ArticleMove configuration transformation API in \Drupal\Core\Config namespace
Problem/MotivationThe API for improving configuration management was added in #3047812: Add a Config Transformation event dispatching during config import and export to the experimental module so that...
View Article