-
# Bug report
### What I did
After updating ```backpack/crud``` from version 6.7.18 to the latest 6.7.30, the reorder functionality stopped working in a particular case. I'm not only using reorde…
-
# Bug report
### What I did
Update from v6.7.23 to v6.7.24 and above
### What I expected to happen
OrderBy will work as in previous version
### What happened
It **works in v6.7.23** …
-
# Bug report
### What I did
I'm trying to use the [select2_from_ajax field](https://backpackforlaravel.com/docs/6.x/crud-fields#select2_from_ajax-pro) with [Fetch Operation](https://backpackforl…
-
# Bug report
### What I did
?? I have changed "setup_email_verification_routes" to true to show "email verify" page
### What I expected to happen
?? It should show "email verify page"
#…
-
# Bug report
### What I did
While this code works properly on a CRUD form with a relation to a submodel:
```
$this->crud->addField(
[
'label' => "C…
-
# Bug report
For columns type `text` we can use 1-to-1 relation.
```
[
'name' => 'parent.title',
'label' => 'Title',
'type' => 'text'
],
```
In my case I have a user model wit…
-
# Bug report
not sure it's a bug ...
### What I did
I installed the premium components devtools, calendar-operation, editable-columns, with l11 and backpack.
app.php:
'timezone' => 'UTC'…
-
# Bug report
Iam using Repeatable field with relationship belongsToMany.
Below is my working field for update operation. It works on version 6.7.16. After this version I get error:
> Backpack…
-
# Bug report
### What I did
Add a **phone** field to the **Customer** form
```php
CRUD::field('phone_number')
->label(ucfirst(trans('validation.attributes.phone_nu…
-
### Lang Package Name
laravel-lang/common
### Lang Package Version
6.4.0
### Laravel Framework Version
10.48.15
### PHP Version
8.1.18
### Dependencies
"require": {
"php": "^8.1",
…
bedoz updated
2 months ago