- Issue created by @omarlopesino
Then core patch related to bundle fields should not be needed, pending checking this for all use cases that suite provides as remove just some of those fields or entities & verify base tables.
DRupal status report warns vlsuite bundle fields must be uninstalled.
Install VLsuite modules that adds bundle fields. Then go to status report. It will mention that vlsuite bundle fields needs to be uninstalled.
Drupal requires any bundle field to be added to entity field storage info hook. Otherwise, it will recognize the bundle as a field that needs to be removed.
So, implementing that hook for each bundled class that adds extra fields is key.
Active
2.0
Code
Then core patch related to bundle fields should not be needed, pending checking this for all use cases that suite provides as remove just some of those fields or entities & verify base tables.