Pedro Martins

Results 463 comments of Pedro Martins

I told you guys from start that this user count is "pretty" but bound to bit us in the ass. https://github.com/Laravel-Backpack/CRUD/pull/4559#discussion_r935416830 That query is never necessary, it's just a "beautification"...

Hello @MarioVillani thanks for the report, I have some questions here: Can you please do a `dd($this->crud->columns()` after defining that column and post it here ? Are you overriding the...

@MarioVillani I may have gone in the wrong direction here. When you say it does not display correctly, it displays the "html" instead of the proper link, is that the...

I think I get it now. Thanks @MarioVillani for your inputs. This was introduced in https://github.com/Laravel-Backpack/CRUD/pull/3936 The `model_function` should never rely on `column['value']`, because the value will never come from...

Indeed, I aknowledge that's what was suggested to use at that time. But since you are updating to v5, you could take advantage of the improvements we did in the...

I will be closing this since the PR is just waiting review and should be merged anytime soon I hope. Cheers @MarioVillani and thanks for the report 🙏

Hello @realtebo Thanks for the suggestion. I think this already work on fields, you can check it on demo ( https://demo.backpackforlaravel.com ) that when the select2 opens the search is...

So that becomes a Feature and not a fix, cause until now NONE of the filters open the inputs. I also think that this lies somewhat in a "fix" for...

Added the PR in the PRO. https://github.com/Laravel-Backpack/PRO/pull/101 Is waiting review and should probably be merged by next Monday. Will be closing this, thanks @realtebo for pointing that out 🙏

Hello @jorgetwgroup I was not able to reproduce the `route:list` issue, could you ? I changed my auth column to be `username` and deleted the email column from database and...