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

Add option to disable caching of structure templates #119

Closed
johannesheucher-gip opened this issue Jan 26, 2024 · 1 comment · Fixed by #120
Closed

Add option to disable caching of structure templates #119

johannesheucher-gip opened this issue Jan 26, 2024 · 1 comment · Fixed by #120
Assignees

Comments

@johannesheucher-gip
Copy link
Contributor

johannesheucher-gip commented Jan 26, 2024

The XcContainerTemplate always caches its child templates and only rebuilds them, if their structure changes.

Problematic case

For an AutocompleteTemplate the values for the dataWrapper change. The template will not be rebuilt since its structure doesn't change. You would have to update the template`s dataWrapper by your own.

Workaround

Implement an option to disable caching of structure templates.

@johannesheucher-gip
Copy link
Contributor Author

Also merged into branch 16.0.x

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 a pull request may close this issue.

1 participant