- last update
about 2 years ago 29,188 pass, 42 fail - 🇳🇱Netherlands Sander Wemagine
This is a working version of #48 🐛 [PP-1] bundleFieldDefinitions() are not added in EntityViewsData Needs work for Drupal 10. Please test it well before using it, I haven't tested it very thoroughly yet.
- 🇳🇱Netherlands Sander Wemagine
Updated version of patch #58, found a bug. This new patch works for Drupal 10.
- last update
almost 2 years ago Custom Commands Failed - last update
almost 2 years ago Custom Commands Failed - First commit to issue fork.
- Merge request !4953Issue #2898635: [PP-1] bundleFieldDefinitions() are not added in EntityViewsData → (Open) created by albeorte
- last update
over 1 year ago Custom Commands Failed - 🇪🇸Spain albeorte
Patch #60 does not conflict with Drupal 10.1.x, however, it generates an error when applying the database updates.
An MR has been created associated with Drupal 10.1.x version where the error is fixed.
- 🇺🇸United States Jon Pugh Newburgh, NY
For anyone looking, the patch for the above MR can be viewed here: https://git.drupalcode.org/project/drupal/-/merge_requests/4953.patch
Uploading it here for testing.
- 🇬🇧United Kingdom Rob230
The patch #65 still breaks List (text) fields in views filters. Is nobody else having that problem?
- last update
over 1 year ago Custom Commands Failed - last update
over 1 year ago Custom Commands Failed - last update
over 1 year ago Custom Commands Failed - 🇪🇸Spain omarlopesino
omarlopesino → changed the visibility of the branch 2898635-views-data-bundle-field-definitions to hidden.
- 🇪🇸Spain omarlopesino
omarlopesino → changed the visibility of the branch 2898635-95x-PP1-bundleFieldDefinitions-are-not-added-in-EntityViewsData to hidden.
- 🇪🇸Spain omarlopesino
I've had the same problem as #66. I've added some commits to the latest MR, to allow handlers to detect bundle fields. I've hidden the rest to prevent confusion to know which MR is canonical.
The only problem is that the changes are not compatible with Drupal 11.x because on the changes added at this issue 📌 Allow adding computed bundle fields in Views Fixed , related with computed bundle field and views. So it is needed to update the MR to be compatible with 11.x
- 🇪🇸Spain omarlopesino
I added blob support after finding a regression in a filter that was working before the patch. The specific filter is the layout section field. The field was already added by reading field storage definitions, and now is being added in both field storage definitions and bundle field definitions.
- 🇬🇧United Kingdom longwave UK
- 🇧🇪Belgium kristiaanvandeneynde Antwerp, Belgium
Awesome, one step closer to better bundle field support in Views :)
- 🇺🇦Ukraine pingwin4eg Zaporizhia 🇺🇦
@omarlopesino
I've had the same problem as #66. I've added some commits to the latest MR, to allow handlers to detect bundle fields.
So did you fix the problem from comment #66?