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

Merging template fields not working properly: template cache is getting dirty #22

Open
gabipetrovay opened this issue Oct 24, 2013 · 0 comments
Labels

Comments

@gabipetrovay
Copy link
Contributor

The client template cache must only contain clean templates. The merging must always be merged on request. This is because different roles perform different actions on templates. Also some modules want merge some non-merged links.

We have this situation that a link requires no sorting for some merged fields. But disabling sorting on these fields, will disable the sorting globally on the merge template.

So we have to take care that the template cache remains unchanged when templates are fetched and processed from it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant