Skip to content

TextDocument: lazily convert substitution mapping to unicode

Jérome Perrin requested to merge feat/lazy_substitute_content into master

One use case is to be able to use the same substitution script for different CRM notification messages and only compute the "heavy" substitution variables when they are actually needed.

Merge request reports