You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a lot of fields like that, but I can add the corresponding type to each field and have backpack not try to guess the relationship. But I think it might have been something that affected production recordings, as the value of the dependent field(s) is lost when saving.
It is a detail, but I think it has a certain impact.
Is it a bug in the latest version of Backpack?
Yes
Backpack, Laravel, PHP, DB version
When I run php artisan backpack:version the output is:
@maulsea@CamusMX7 I've just tagged 2.0.10. It should take a few time for our private repository to pick the release and then you can get it with a composer update.
Bug report
I have several fields as follows that recently worked correctly:
Controller
Model
Up to this point they worked well:
backpack/basset: 1.0.0
backpack/crud: 6.0.6
backpack/generators: v4.0.1
backpack/permissionmanager: 7.0.0
backpack/pro: 2.0.8
backpack/theme-coreuiv2: 1.1.3
backpack/theme-tabler: 1.0.5
What I expected to happen
That they continue to function well
What happened
In the next update (I think 6.0.7), the form no longer showed the database field that it contains and that in the list it still shows correctly.
What I've already tried to fix it
This is obviously not a solution but it works for the time being.
If I add
ajax(true)
includes the correct value:or assigned another corresponding field type, in my case I have many fields similar to the one I mentioned and adding
type("select")
works as before.I have a lot of fields like that, but I can add the corresponding type to each field and have backpack not try to guess the relationship. But I think it might have been something that affected production recordings, as the value of the dependent field(s) is lost when saving.
It is a detail, but I think it has a certain impact.
Is it a bug in the latest version of Backpack?
Yes
Backpack, Laravel, PHP, DB version
When I run
php artisan backpack:version
the output is:LARAVEL VERSION:
10.16.1.0
BACKPACK PACKAGE VERSIONS:
backpack/basset: 1.0.2
backpack/crud: 6.1.1
backpack/generators: v4.0.2
backpack/permissionmanager: 7.0.0
backpack/pro: 2.0.9
backpack/theme-coreuiv2: 1.1.4
backpack/theme-tabler: 1.0.6
The text was updated successfully, but these errors were encountered: