Merged in feature/IO-2505-Conversation-List-Print (pull request #1116)

IO-2505 Conversation List Print

Approved-by: Dave Richer
This commit is contained in:
Allan Carr
2023-12-21 17:37:47 +00:00
committed by Dave Richer
6 changed files with 81 additions and 0 deletions

View File

@@ -2102,6 +2102,17 @@ export const TemplateList = (type, context) => {
// },
}
: {}),
...(!type || type === "messaging"
? {
conversation_list: {
title: i18n.t("messaging.render.conversation_list"),
description: "",
subject: i18n.t("messaging.render.conversation_list"),
key: "conversation_list",
disabled: false,
},
}
: {}),
...(!type || type === "vendor"
? {
purchases_by_vendor_detailed: {