backdrop-ops / contrib

Apply to join the contributed code developer team.
23 stars 16 forks source link

Port status: Extrafield Views Integration #837

Open elisseck opened 3 weeks ago

elisseck commented 3 weeks ago

Name of the module, theme, or layout you are working on Extra Field Views Integration

Link to the drupal.org module, theme, or layout https://www.drupal.org/project/extrafield_views_integration

(Optional) Link to the drupal.org issue where you notified the Drupal maintainer(s) of this port https://www.drupal.org/project/extrafield_views_integration/issues/3485760

Do you need assistance with this port? No

argiepiano commented 3 weeks ago

Technically this shouldn't be needed if you are using Entity Plus. E+ actually creates handlers for all extra fields that have property info (you need to implement hook_entity_property_info_alter() to define them).

[EDIT]: Hmmm, now I'm thinking that maybe this is not the case. I'd need to test this.

elisseck commented 3 weeks ago

@argiepiano Thanks for the heads up! Definitely worth a test... although it may still be useful to have this for a migration instead of changing everything around to use entity_plus... I'll look into whether it is actually needed and mark it appropriately in the readme.