Open AppDevXXX opened 10 months ago
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');
@trin4ik same issue : Nova v4.32.13
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');