Update aborted by: views_post_update_limit_operator_defaults
Updating from Drupal 8.7.10 to 8.8.0, When I do drush updb, I get the following errors: [notice] Update started: field_group_post_update_0001 > [notice] Update completed:...
View Article[META] Requirements for tagging Drupal 9.0.0-alpha1
Problem/MotivationOpening the Drupal 9 branch allows a few things to happen.We can upgrade Drupal's PHP requirements to require Symfony 4 or higher (and Twig etc.)Contrib modules can test against the...
View ArticleImageItem should have an "derivatives" computed property, to expose...
Problem/MotivationThis is a sister issue of #2517030: Add a URL formatter for the image field and #2825487: Fix normalization of File entities: file entities should expose the file URL as a computed...
View ArticleMake it possible to link to an entity by UUID
Problem/MotivationIt would be great to provide URLs with UUIDs in their so you can link to them.The solution would need to meet the following requirements:Allow a UUID-based URL to be used in menus,...
View ArticleCannot save translated nodes after upgrading to 8.8 due to invalid path
Hm. Perhaps I'm doing sth. wrong, but after upgrading a few sites to Drupal 8.8 I found that I cannot save newly translated nodes anymore. The error message is "Either the path '/node/[nid]' is invalid...
View ArticleNotice: Undefined index: target_bundles in...
Steps to reproduce errorFirst create a View with an Entity Reference display. Create a new Content type with an entity reference field and use the previously created View as the source for that field....
View ArticleMigrations should use plugin collections for source, destination, and ID map
Right now, the Migration plugin does a lot of grunt work related to instantiating and managing source, destination, and ID map plugins and their configuration. This is a shame, because core already has...
View ArticleDIfferring field storage identifiers should be reported as a missing field...
Problem/MotivationThere were a few reports of failed updates from 8.6.x to 8.7.x where the underlying problem was that the UUID stored in the last installed field storage definitions didn't match the...
View ArticleIncludeResolver not returning correct version data for moderated content...
When trying to access the working revision entity data with resourceVersion=rel:working-copy and using includes, the current revision of the referenced entities is being returned by the method...
View ArticleOpener id is null when clicking "Add Media" button using the media...
After upgrading one our sites from 8.6.16 to 8.7.6 the media library functionality stopped working. What are the steps required to reproduce the bug?Install Drupal 8.6.16Upgrade to Drupal 8.7.6Add a...
View ArticlePermission denied caused by race condition during ensureDirectory should be...
It can occur that while ensuring a directory exists and has a .htaccess file that this .htaccess is created between !file_exists() and file_put_contents() because of a concurrent request in following...
View ArticlePath Alias Route Preventing 8.8 Install from Working
We have a number of sites that cannot upgrade to 8.8 and throw this:Symfony\Component\Routing\Exception\RouteNotFoundException: Route "entity.path_alias.collection" does not exist. in...
View ArticleManyToOneHelper ignores group configuration for some cases
Bug descriptionWe've met a buggy behaviour of a view having two reference-field filters in an OR subgroup.That's how filters looked like:And this is the resulting query:There are two issues: 1. AND...
View Articlecontent_translation_entity_extra_field_info is obsolete
Problem/Motivationcontent_translation_entity_extra_field_info is adding the extra field "Translation" but it is not used by content_translation in the form alter hooks and it only confuses when we are...
View ArticleFloat number incorrect entry and display
The float number does not display correctly.I am running MySQL 5.5.34 - MySQL Community Server (GPL).To reproduce: On a new install of Drupal, add a float value to the basic page content type. Accept...
View Article[upstream] 508 - WYSIWYG toolbar is not fully keyboard accessible
IE11, JAWS screen reader activatedIn the "Body (Edit summary)" section (WYSIWYG), you are not able to tab to the buttons in the toolbar. You can get to them using the arrow keys, but are not able to...
View ArticleForm blocks rendered inside layout builder break save
I can no longer save changes to the layout after any kind of form has been added to the layout.Steps to reproduce: 1. Enable layout builder on a content type, then open layout builder. 2. Add 'Search...
View ArticleAdd HTML5shiv to Stable and Classy only
Problem/MotivationCore does not support IE8 anymore. The shiv is not required: http://caniuse.com/html5semanticThe motivation behind it was that core does not support IE8 any longer. If you're building...
View ArticleThe drupal_render() function could use a bit more protection
In drupal 7 the drupal_render() function takes a single render array argument.If a render array is not passed in warnings will be emitted.In our case the collection module it passing a render array...
View ArticleRemove IE conditional comments support in Drupal 9
Problem/MotivationConditional comments are only supported by IE <=9, and any core libraries that make use of them are already removed (see https://www.drupal.org/node/3089508)Proposed...
View Article