Skip to content

Add support for the casetokens extension

bgm requested to merge bgm/emailapi:caseTokens into master

The casetokens extension makes it possible to use tokens such as:

  • {case_roles.case_coordinator_custom_340}
  • {case_roles.client}

Unfortunately that extension uses a static variable hack to get the case_id. This commit adds support for that.

Edited by bgm

Merge request reports