Cristian Tăbăcitu

Results 137 issues of 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...

Priority: SHOULD
affected-by-open-core-split

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...

Priority: SHOULD
affected-by-open-core-split

When we run our test suite, we see: ![CleanShot 2022-02-17 at 06 40 17](https://user-images.githubusercontent.com/1032474/154406506-c7074c97-441f-45bf-a5d4-adec13333927.png) We should probably do something about those 18 incomplete tests. Not a priority... but yeah.

Priority: COULD
Feature Request

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...

triage

Here are the routes we currently have for a CrudController that uses the common operations: So it's basically | Operation | HTTP Verb | URL | | ------------- | -------------...

Priority: COULD
breaking change
refactoring
v7

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...

Priority: COULD
v7

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...

Priority: COULD
Priority: SHOULD

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 -...

Priority: COULD
refactoring

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...

Priority: SHOULD