-
Upon saving I get the error:
`Call to undefined method Whitecube\NovaFlexibleContent\Layouts\Layout::forceFill()`
I believe this is related to this issue here: https://github.com/outl1ne/nova-sett…
-
- Laravel Version: 10
- Nova Version: 4.23.0
- PHP Version: 8.2
### Description:
When using filterable() on a datetime field, the filter has two inputs. If only one of the inputs is filled, th…
-
- Laravel Version: 10.13.5
- Nova Version: 4.25.1
- PHP Version: 8.2.4
- Database Driver & Version: Maria DB 10
- Operating System and Version: Ventura 13.3.1
- Browser type and version: Chrome B…
-
Hi,
I'm using the latest version of your package. Creation page works, I can save it to database, no problem.
Issue is, when I face to editing page, empty page appears, not my previous design.
…
-
Hi, recently i just upgraded to `php7.4` from `php7.3`
The problem is when i tried to update a resource with 2 or more Nova flexible Content fields in it. it does nothing, and error of 502 is shown…
-
- Laravel Version: 9.52
- Nova Version: 4.22.2
- Database Driver & Version: mySql 8.2.4
### Description:
Not sure if this is really Nova issue or if this belongs to eloquent, ive got a Belon…
-
All generated HTML web pages are covered by this issue.
This issue covered all generated HTML files, including generated entry `index.html` files, top level web pages (both constructed form data su…
-
If we define a select field as follows
Select::make('User Level')->options([
0 => 'Blocked',
1 => 'Pending',
2 => 'Verified',
])
…
-
Hi,
I have installed package and cast my json field - imported with use statement t the top as so:
```PHP
JsonArray::make('Mails', 'data->main')
->fullWidth()
…
-
- Laravel Version: 10.0
- Nova Version: 4.22.0
- PHP Version: 8.1
### Description:
If a Nova field's value is set using `setValue` in a `dependsOn` function, and some other field depends on th…