We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nova 4.14.0 included the following change:
Slug fields now return their preview from the server.
This change now yields an error given the following Tabs setup:
Tabs::make('Content', [ Tab::make( 'TEST', [ Text::make('Foo'), Slug::make('Sluggy')->from('Foo') ] ) ])->showTitle(),
HTTP-404 /nova-api/undefined/field/sluggy/preview
It seems where it says "undefined" in the URL, should be the resource name, but that's somehow lost when the Slug field is included in a Tab.
The text was updated successfully, but these errors were encountered:
Fixed Bug in New PR... #256
Sorry, something went wrong.
Fixes Slug field inside tab doesn't work since Nova 4.14.0
Slug
42a5f63
fixes eminiarts#255
I'm afraid the original issue still persists on version 2.2.3;
POST http://localhost/nova-api/undefined/field/slug:en/preview 404
Where the URL now contains "undefined" should be the resource name normally.
Successfully merging a pull request may close this issue.
Nova 4.14.0 included the following change:
This change now yields an error given the following Tabs setup:
It seems where it says "undefined" in the URL, should be the resource name, but that's somehow lost when the Slug field is included in a Tab.
The text was updated successfully, but these errors were encountered: