"This value should be of the correct primitive type" error when...
I have a Field API field and I have attached it to an entity. This field has multiple fields in it. When I submit the form without all fields filled I get the "This value should be of the correct...
View ArticleAdd an article to Umami - Dairy-free chocolate
Here's a new article for the Umami demo about Dairy-free / Vegan chocolate. The patch includes content in the articles csv, the associated image and the update to the licence.txt file.This article also...
View ArticleREST views: regression in 8.5.x: view with display using 'csv'...
Problem/MotivationTested a large Drupal 8 project on 8.5.0-alpha1 today and started getting test fails for views that had rest exports powered by CSV serialization The views have URLs like...
View ArticleAdd a note on how to update translation strings for contributed modules
Problem/MotivationI spent two hours figuring out how to update translation strings for contributed modules. I followed these steps:Enabled Interface Translation moduleWent to...
View ArticleCreating default object from empty value in node_build_content
When I to add any content (article, basic page), I encounter the following warning:Warning: Creating default object from empty value in node_build_content() (line 1398 of...
View Article"file_uri" plugin does not exist
Updating from 8.4.5 to 8.5 i get following error message on database update via update.php:views-Modul Update #8500 Failed: Drupal\Component\Plugin\Exception\PluginNotFoundException: The "file_uri"...
View ArticleAllow to use original $variables['topics'] data in...
I need to add additional columns to topics list table such as topic views count, las. So I can override ForumManager service and extend it. I replaced getTopics function in my implementation and added...
View ArticleForum template cannot access original topics data
Problem/MotivationIt's (almost?) impossible for themers to display the forum topic list as anything other than a table. Even if you create a custom template_preprocess_forum override, and add a new...
View ArticleSubstr process plugin key not correct
API page: https://api.drupal.org/api/drupal/core%21modules%21migrate%21src%21Plugi... Substr configuration key "start" description not correct.Enter a descriptive title (above) relating to class...
View ArticleMessenger service loses reference to flashbag reference on rebuild
When a new module is installed (kernel rebuild) the reference between the messenger service and the flashbag is reset. Any messenger service instantiated or any messages set before the this will be...
View Articlefile_exists() doesn't work with remote stream wrappers in file_cron()
As the title says there is a file_exists() call in file_cron. Unfortunately :) this logs an error because it always returns false, and it makes it not possible to remove remote files on cleanup.
View ArticleThere is no indication on configuration forms if there are overridden values
Problem/MotivationAs per reviews by @webchick and discussion between @alexpott, @xjm and @effulgentsia, it may be a problem that configuration forms work totally opposite in terms of overridden values...
View Article"status" and "last connection" do not display in a view...
I want to display on the user account page the following information :- the status of the account.- the roles attached to the accounts.- registered since the ...- last connection on ...The view...
View ArticleHow to sum the grouped fields in a view (table) ?
I created a personal flag "Like" on the nodes of type "Recipe".I create a recipe view that displays the total number of flags per recipe. I have grouped the results by author of the node.I want to...
View Articleviews link to content in wrong language
I have standard taxonomy views and some custom blocks. after click "link to content" field or imagefield linked to content page redirect always to node in source language, not to translation in current...
View ArticleTranslated nodes in content views are all linking to the current language
Translated nodes in content views are all linking to the current language, rather than the language of the according translation when using "Link this field to the original piece of content" or when...
View ArticleException handling in Migrate UI
Problem/MotivationFrom #2281691: User interface for migration-based upgrades. Much of the exception handling in the Migrate UI is problematic, including:Throwing or catching \Exception instead of...
View ArticleEntity Links fields does not have translation support
Problem/MotivationThe Entity link field uses the wrong translation of the entity. It always uses the original language which is not always desired. This applies to both deletion and editing. You can...
View Articlesource plugin source_module testing seems incomplete
Problem/MotivationIn #2935951-27: Copy migrate source plugin from migrate_drupal_d8 into migrate_drupal, it was caught that the source_module wasn't correctly set for this new source plugin. Which...
View Article