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

When I click the link it is showing Missing Keys: title #55

Closed sudinem closed 3 years ago

sudinem commented 3 years ago

Hi,

I have installed the plugin following all the guidelines and there was no issue. But when I click on "Manage Bulk Upload" it is showing following issue:

Webkul\Ui\Exceptions\ActionKeyException Missing Keys: title (View: E:\wamp64\www\bagisto\vendor\bagisto\bagisto-bulk-upload\src\Resources\views\admin\bulk-upload\data-flow-profile\index.blade.php)

How to resolve the issue ?

prateek-webkul commented 3 years ago

Hey @sudinem ,

This module is not compatible with the bagisto version 1.3.2 , so you are getting these issues. To resolve the issue, you need to add the key title into both addAction. And, you need to pass the name of title.

https://github.com/bagisto/bagisto-bulk-upload/blob/master/src/DataGrids/Admin/ProfileDataGrid.php#L63

sudinem commented 3 years ago

Thanks

vivek-webkul commented 3 years ago

@sudinem & @ghermans Closing this issue, the issue is already fixed.