Skip to content

BelongsTo field not populated after laravel/framework update #3637

@pcorrick

Description

@pcorrick
  • Laravel Version: 8.71.0
  • Nova Version: 3.30.0
  • PHP Version: 7.4
  • Database Driver & Version: mysql Ver 15.1 Distrib 10.3.31-MariaDB
  • Operating System and Version: debian-linux-gnu (x86_64)
  • Browser type and version: Firefox 94.0.1

Description:

I have a simple BelongsTo field which populates correctly when creating a new resource, however after updating laravel/framework to 8.71.0 the dropdown no longer populates.

image

Detailed steps to reproduce the issue on a fresh Nova installation:

Create a resource with a belongsTo field
Update laravel/framework (v8.70.2 => v8.71.0)
Create a resource in Nova and notice the dropdown for a BelongsTo field is not poulated.

Metadata

Metadata

Assignees

Labels

bugVerified bug by the Nova team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions