Open silverstripesk opened 10 months ago
@silverstripesk I would say the root cause is somewhere in the Tagfield module rather than this one?
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...?
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.