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
Comment