Skip to content

ActionResource boolean #4484

@aqjw

Description

@aqjw
  • Laravel Version: 9.11
  • Nova Version: 4.10.0
  • PHP Version: 8.1.3

Description:

Action Resource does not look at the type of the field and marks the value as modified. Although in fact, it has not changed.

Screenshot 2022-06-27 at 01 11 03

Resource field:

Boolean::make('Active');

Migration column:

$table->boolean('active');

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