Cristian Tăbăcitu
Cristian Tăbăcitu
Reported and solved by @dnwjn - see https://github.com/Laravel-Backpack/CRUD/pull/3514 Because of the open-core split in v5, that file no longer exists in `backpack/crud`, so the PR got automatically closed. We need...
Reported and solved by @KevinRignault - see https://github.com/Laravel-Backpack/CRUD/pull/2711 Because of the open-core split in v5, that file no longer exists in `backpack/crud`, so the PR got automatically closed. We need...
When we run our test suite, we see:  We should probably do something about those 18 incomplete tests. Not a priority... but yeah.
A user just suggested on email that we should add integrity tags to our assets. I think it's a small change that would go a long way towards preventing some...
Here are the routes we currently have for a CrudController that uses the common operations: So it's basically | Operation | HTTP Verb | URL | | ------------- | -------------...
Currently in ```config/backpack/base.php``` we have: ```php /* |-------------------------------------------------------------------------- | Routing |-------------------------------------------------------------------------- */ // The prefix used in all base routes (the 'admin' in admin/dashboard) // You can make sure all...
For the sake of making the `relationship` field support as many relationships as possible, we COULD add support for the read-only relationships. If a field is added for one, we...
The fluent objects set whatever method you call as an attribute on that field/column/etc, _even if_ that method doesn't exist on the object itself. So we've kept it simple -...
https://github.com/soufiene-slimi/template-operation
Since it's unlikely that the small mobile screen will show both the bulk buttons and a few relevant columns, I propose that on XS we: - hide the checkbox column...