FriendsOfSylius / SyliusImportExportPlugin

Sylius plugin to import / export data
MIT License
118 stars 82 forks source link

Route path conflict between SyliusImportExportPlugin and BitBagCMSPlugin #285

Open Loocos opened 1 year ago

Loocos commented 1 year ago

Hi guys,

i just meet an undesired behaviour. Got a form error when importing because the import route : bitbag_sylius_cms_plugin_admin_import_data and app_import_data are on the same path /import/{resourceName}

@bitbager @enesaktay what should we do and on which plugin ? should we prefix plugin name on the route path on both plugins ?

Can do PR if needed, your point of view is interresting to know

Thanks!