Skip to content
New issue

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

Wrong work on lenses #3

Open
4n70w4 opened this issue Feb 3, 2020 · 1 comment
Open

Wrong work on lenses #3

4n70w4 opened this issue Feb 3, 2020 · 1 comment

Comments

@4n70w4
Copy link

4n70w4 commented Feb 3, 2020

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 .

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.

@4n70w4
Copy link
Author

4n70w4 commented Feb 3, 2020

Hmm. it's conflict with https://github.com/demency/pulse-field
After removed pulse-field - detailLink worked.

@4n70w4 4n70w4 closed this as completed Feb 3, 2020
@4n70w4 4n70w4 reopened this Feb 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant