- last update
over 1 year 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
about 1 year ago Custom Commands Failed - last update
about 1 year 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
about 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
10 months ago Custom Commands Failed - last update
10 months ago Custom Commands Failed - last update
10 months 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.