What happened?
When i disable create and edit pages on a resource and use modal for creating and editing, the field sometimes failed to load.
How to reproduce the bug
disable create and edit pages: public static function getPages(): array
{
return [
'index' => ListUsers::route('/'),
// 'create' => CreateUser::route('/create'),
// 'edit' => EditUser::route('/{record}/edit'),
];
}
try to create new record and it fails to load
Package Version
8.0.0
PHP Version
8.2.0
Laravel Version
12.0.0
Which operating systems does with happen with?
Windows
Notes
No response
What happened?
When i disable create and edit pages on a resource and use modal for creating and editing, the field sometimes failed to load.
How to reproduce the bug
disable create and edit pages: public static function getPages(): array
{
return [
'index' => ListUsers::route('/'),
// 'create' => CreateUser::route('/create'),
// 'edit' => EditUser::route('/{record}/edit'),
];
}
try to create new record and it fails to load
Package Version
8.0.0
PHP Version
8.2.0
Laravel Version
12.0.0
Which operating systems does with happen with?
Windows
Notes
No response