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

Nova 5 compatibility #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Nova 5 compatibility #32

wants to merge 1 commit into from

Conversation

webard
Copy link
Contributor

@webard webard commented Dec 24, 2024

There is still problem with registering mixin for Lens:

ColumnToggler: Unable to register mixin for Lens view

I don't know yet how to solve this.

On resource pages it works perfect.

@alancolant
Copy link
Contributor

alancolant commented Jan 27, 2025

There is still problem with registering mixin for Lens:

ColumnToggler: Unable to register mixin for Lens view

I don't know yet how to solve this.

On resource pages it works perfect.

I've created a PR (#33 ) that fixes the lens error by overriding the render function of Pages.Lens to intercept and inject the mixin into the necessary components.

This approach is necessary because of the Nova core rewrite from the Options API to the Composition API.

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

Successfully merging this pull request may close these issues.

2 participants