From 81395f1aa49ab3a0cb3bce870c7b13de05ad9da7 Mon Sep 17 00:00:00 2001 From: Jerome Bonini Date: Thu, 22 Nov 2018 09:39:33 +0100 Subject: [PATCH] - undo history traduction --- services/designer.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/designer.js b/services/designer.js index bcb730b83..09926a7d1 100755 --- a/services/designer.js +++ b/services/designer.js @@ -1931,9 +1931,8 @@ exports.createNewComponentStatus = function (attr, callback) { // These instructions create a has many with a new entity history_status // It also does a hasMany relation with e_status - var historyLanguage = attr.lang_user == 'fr-FR' ? 'Historique' : 'History'; var instructions = [ - "entity " + source_entity.name + ' has many ' + attr.history_table_db_name + ' called '+historyLanguage+' ' + attr.options.showValue, + "entity " + source_entity.name + ' has many ' + attr.history_table_db_name + ' called History ' + attr.options.showValue, "select entity " + attr.history_table_db_name, "add field " + attr.options.showValue + " related to Status using name, color", "add field Comment with type text",