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

Disabling lazyloading breaks storing selected page #60

Open
silverstripesk opened this issue Dec 18, 2023 · 2 comments
Open

Disabling lazyloading breaks storing selected page #60

silverstripesk opened this issue Dec 18, 2023 · 2 comments

Comments

@silverstripesk
Copy link

If I disable lazy loading, selected virtual element will not be stored.

$fields->dataFieldByName('LinkedElementID')->setShouldLazyLoad(false);

This is not working in Inline editing interface only.

@wilr
Copy link
Collaborator

wilr commented Dec 18, 2023

@silverstripesk I would say the root cause is somewhere in the Tagfield module rather than this one?

@silverstripesk
Copy link
Author

Tagfield works pretty well with lazyloading ON/OFF in standard CMS editing, only inline editing breaks this. I think, that Tagfield has nothing to do with inline editing feature...?

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

2 participants