Pedro Martins

Results 420 comments of Pedro Martins
trafficstars

Thanks @smart4you Sorry this took a while to get fixed. It's done in https://github.com/Laravel-Backpack/CRUD/pull/5578 Cheers

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 ? ```php @if ($crud->hasAccess('delete',...

Hello @delfinn55 Is your button in `resources/views/vendor/backpack/crud/buttons/customer-bids/delete.blade.php` ? Does `backpack_user()->can('max_bids.delete')` return true ? Could it be the order of the operations ? Are you adding the ListOperation trait before your...

Hey @delfinn55 That `App\Traits\Admin\CrudListActions;` caught my eye as it seems to mess with those buttons. Can the problem be there ? I don't seem to be able to reproduce your...

Closing this due to inactivity. Please let me know if I can help you with something else @delfinn55 🙏 Cheers

Hey @eleven59 and @karandatwani92 Thanks for confirming the issue. I've just tried to reproduce it and this was probably connected with: https://github.com/Laravel-Backpack/CRUD/pull/5603 Please update backpack/crud to atleast 6.7.26 and backpack/pro...

Hey @dimer47 hope you are doing well man 🙏 I haven't tested it, but if it's that simple we can surely give it a go. Want to submit a PR...

> Hello @pxpm, > > I'm fine thank you, I hope you are too? I wanted to make a PR but it is a file present in the backpack PRO...

Sorry @dimer47 totally slipped. This should be an easy one, I will reserv time today to do it 👍 Thanks for the heads up. 🙏

Hey @dimer47 It's tagged in backpack/pro 2.2.6, a `composer update` should get you the updated version. ```php // in model public function petAvatar() { return $this->hasOneThrough(\App\Models\PetShop\Avatar::class, \App\Models\PetShop\Pet::class, 'id', 'avatarable_id', 'pet_id',...