- last updateover 2 years ago 29,188 pass, 42 fail
- π³π±Netherlands Sander WemagineThis 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 WemagineUpdated version of patch #58, found a bug. This new patch works for Drupal 10. 
- last updateabout 2 years ago Custom Commands Failed
- last updateabout 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 updateabout 2 years ago Custom Commands Failed
- πͺπΈSpain albeortePatch #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, NYFor 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 Rob230The patch #65 still breaks List (text) fields in views filters. Is nobody else having that problem? 
- last updatealmost 2 years ago Custom Commands Failed
- last updatealmost 2 years ago Custom Commands Failed
- last updatealmost 2 years ago Custom Commands Failed
- πͺπΈSpain omarlopesinoomarlopesino β changed the visibility of the branch 2898635-views-data-bundle-field-definitions to hidden. 
- πͺπΈSpain omarlopesinoomarlopesino β changed the visibility of the branch 2898635-95x-PP1-bundleFieldDefinitions-are-not-added-in-EntityViewsData to hidden. 
- πͺπΈSpain omarlopesinoI'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 omarlopesinoI 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π EntityViewsData assumes BaseFieldDefinitions where it should use FieldDefinitionInterface Needs work landed. 
- π§πͺBelgium kristiaanvandeneynde Antwerp, BelgiumAwesome, 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? 
- First commit to issue fork.
- First commit to issue fork.
- Merge request !13189[#2898635] feat: bundleFieldDefinitions() are not added in EntityViewsData β (Open) created by voleger
- πΊπ¦Ukraine voleger Ukraine, RivneOpened MR !13189, which is a rebase of `2898635-10.1.x-views-data-bundle-field-definitions` branch against `11. x` branch, and added a deprecation message for the newly introduced constructor argument.