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
Hi! There is a problem that periodically appears on the lenses. https://nova.laravel.com/docs/2.0/lenses/defining-lenses.html
Only first item in table apply detailLink correct. Others items without detailLink .
detailLink
I debugged and found out: vendor/dillingham/nova-detail-link/src/FieldServiceProvider.php:28
vendor/dillingham/nova-detail-link/src/FieldServiceProvider.php:28
is_null($request->resourceId) is false and 'nova-detail-link' not assigned to $this->component.
is_null($request->resourceId)
$this->component
I can’t understand why this is happening.
The text was updated successfully, but these errors were encountered:
Hmm. it's conflict with https://github.com/demency/pulse-field After removed pulse-field - detailLink worked.
Sorry, something went wrong.
No branches or pull requests
Hi! There is a problem that periodically appears on the lenses.
https://nova.laravel.com/docs/2.0/lenses/defining-lenses.html
Only first item in table apply
detailLink
correct. Others items withoutdetailLink
.I debugged and found out:
vendor/dillingham/nova-detail-link/src/FieldServiceProvider.php:28
is_null($request->resourceId)
is false and 'nova-detail-link' not assigned to$this->component
.I can’t understand why this is happening.
The text was updated successfully, but these errors were encountered: