delfinn55
Results
2
comments of
delfinn55
> Hello @delfinn55 > > At the top of the button you created, are you checking for access to that button? Similar to what we have in our buttons ?...
> Is your button in `resources/views/vendor/backpack/crud/buttons/customer-bids/delete.blade.php` ? Yes. It works if I use any standard line operation or uncomment `CRUD::addButton('line', 'update', 'view', 'crud::buttons.delete', 'end');` in DeleteCustomerBidsOperation trait. > Does `backpack_user()->can('max_bids.delete')`...