Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Problem in edit mode only #10

Open
AppDevXXX opened this issue Jan 3, 2024 · 1 comment
Open

Problem in edit mode only #10

AppDevXXX opened this issue Jan 3, 2024 · 1 comment

Comments

@AppDevXXX
Copy link

Test with latest release: v4.32.11 (Silver Surfer).

When I switch to the index page, my edit is done in the backend, edit mode and database.

But if i switch in edit mode, my choice is not saved.

My column in my migration :
$table->boolean('active')->default(true);

My Nova resource field :
NovaSwitcher::make('Active')
->trueLabel('On')
->falseLabel('Off');

@ZakariaTlilani
Copy link

@trin4ik same issue : Nova v4.32.13

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants