bagisto / bagisto-bulk-upload

The Laravel eCommerce Bulk Upload allows the admin to create and add a bulk number of products into Bagisto online store.
https://bit.ly/3zRLSzw
MIT License
21 stars 26 forks source link

Route error on v1.3 #45

Closed ghost closed 3 years ago

ghost commented 3 years ago

When visiting /admin/dataflowprofile

The DELETE method is not supported for this route. Supported methods: GET, HEAD, POST. (View: /home/user/projects/valet/bagisto/vendor/bagisto/bagisto-bulk-upload/src/Resources/views/admin/bulk-upload/data-flow-profile/index.blade.php)

image

prateek-webkul commented 3 years ago

Hello @jovicacosmic ,

We are in progress for compatibility of this module, but you may fix this error by replacing the Admin/ProfileDataGrid.php file prepareMassActions method DELETE to POST.