I have two modules that implement importer for the same entity type. But only the last defined can be used, if that importer have a problem and don't work I can't the other importer.
Create two modules, and create a importer plugin in each module. Only one is visible in import page.
In ImporterForm::getEntityTypeOptions() don't use the entity type ID how key to options, instead, use the plugin ID. Later, in ::submitForm(), and ::buildForm(), get the entity type from the plugin definition.
- [ ] Change option key in ImporterForm::getEntityTypeOptions().
- [ ] Fix ::buildForm() bundle detection.
- [ ] Fix ::submitForm() entity type selection.
With this changes we can see all importer plugins defined.
N\A
N\A
Closed: works as designed
1.0
Code