Hello,
How can I change default subject of knowledge base article "send in email" template ? by default the proposed subject is
"Knowledge base articles: article name"
I would like to change default subject to:
"Kb category - article name"
I have found
attributes.name += this.getLanguage().translate('KnowledgeBaseArticle ', 'scopeNames') + ': ' + model.get('name');
in /client/modules/crm/src/knowledge-base-helper.js
looks like it, but how and where do I redefine it in custom folders ?
thanks
How can I change default subject of knowledge base article "send in email" template ? by default the proposed subject is
"Knowledge base articles: article name"
I would like to change default subject to:
"Kb category - article name"
I have found
attributes.name += this.getLanguage().translate('KnowledgeBaseArticle ', 'scopeNames') + ': ' + model.get('name');
in /client/modules/crm/src/knowledge-base-helper.js
looks like it, but how and where do I redefine it in custom folders ?
thanks

now we have customized the email template and added send in email faeture to docs through custom folder, without modifying native code and not worried that new update will kill the changes.
Comment