-
Using Nova v3
When saving a resource all the resource fields including the ones within the JSONWrapper are saved as json in the database in one column.
Expected: Only the fields within the wrapp…
-
laravel 9,
novav 3.32.0,
php 8.1
+++++++++
* in Resource
```
/**
* Get the fields displayed by the resource.
*
* @param \Illuminate\Http\Request $request
* @retur…
-
### What
- @stephanegigandet is fixing the miniaturized dump of the DB: https://github.com/openfoodfacts/openfoodfacts-server/pull/10973
- Swap the Search-Based product download to the Dump based prod…
-
Incompatible with translatable fields (when trying to use with media library) because of ID instead of class usage. The translatable fields usually using 2 or more fields, and obviously, these fields …
-
* [X ] Able to reproduce the behaviour outside of your code, the problem is isolated to Laravel Nova Excel.
* [X ] Checked that your issue isn't already filed.
* [ X] Checked if no PR was submitted …
-
Nova 4.17.1
My code:
`SimpleRepeatable::make(__('app.links_column'), 'json_content', [
Text::make(__('app.item_name'), 'name'),
Text::make(__('app…
-
It seems that the Conditional Container removes the fields from the Nova Fields Collections so that `->availableFields()` doesn't return them. When we try to upload an image we get a 404 since the fi…
-
With the creation of the new Email Addresses model (https://github.com/tipoff/authorization/issues/57), all `string` fields for `email` in this package should be replaced with a `findOrCreate()` relat…
-
can not find the field in tabs "eminiarts/nova-tabs"
in options controller $field returns null
```
$field = $fields->findFieldByAttribute($attribute);
```
https://github.com/eminiarts/nova-ta…
-
This package work perfectly with flexible content : https://github.com/whitecube/nova-flexible-content
This work with Create, Update Resource
But when I click "View" this gives :
json_decode(): Arg…