This commit is contained in:
@@ -390,7 +390,10 @@ async function initDataObject(vm) {
|
||||
//if they *are* cached then this is a pretty fast operation and no trip is made to the server
|
||||
let requiredTranslations = [];
|
||||
for (let i = 0; i < res.data.length; i++) {
|
||||
if (requiredTranslations.indexOf(res.data[i].tKey) === -1) {
|
||||
if (
|
||||
requiredTranslations.indexOf(res.data[i].tKey) === -1 &&
|
||||
res.data[i].tKey != "Wiki"
|
||||
) {
|
||||
requiredTranslations.push(res.data[i].tKey);
|
||||
}
|
||||
//sections
|
||||
|
||||
@@ -759,7 +759,7 @@ async function fetchTranslatedText(vm) {
|
||||
"NotifyDeliveryMethod",
|
||||
"NotifyEventType",
|
||||
"NotifyDeliveryAddress",
|
||||
"tags",
|
||||
"Tags",
|
||||
"Duration",
|
||||
"TaggedWith",
|
||||
"WorkOrderStatus",
|
||||
|
||||
Reference in New Issue
Block a user