- Issue created by @guignonv
- Merge request !4GBIF external entity type implements PluginFormInterface. โ (Merged) created by guignonv
- First commit to issue fork.
Automatically closed - issue fixed for 2 weeks with no activity.
GBIF external entity type is not implementing "PluginFormInterface" which may rise problems later if its configuration form needs to be used (or inherited). If "PluginFormInterface" is not implemented, the form submission is not saved. Currently, it is not a problem as no settings are there but if it changes in the future, it will become a problem.
Add use Drupal\Core\Plugin\PluginFormInterface;
and "implements PluginFormInterface" to the GBIF external entity type.
Active
2.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.