Skip to content

[Bug]: When i disable create and edit pages on a resource and use modal for creating and editing, the field sometimes failed to load. #129

@mamayturing

Description

@mamayturing

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions