From b703aa71e63264cfefdd3c29b746cda2a9ea6de3 Mon Sep 17 00:00:00 2001 From: thiemowmde Date: Mon, 11 Dec 2023 15:04:25 +0100 Subject: [PATCH] Remove misplaced message keys from a comment These messages are still used in ParamImportWidget, originally added via I985ea03 in 2014. The comments have been added much later, see Ib53aa55. This was really only a copy-paste mistake because of the very similar message keys. Change-Id: I78e1a8aec200299e72ce8354ea722ad9c1fd27c0 --- .../ext.templateDataGenerator.editTemplatePage/Dialog.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/ext.templateDataGenerator.editTemplatePage/Dialog.js b/modules/ext.templateDataGenerator.editTemplatePage/Dialog.js index eb4ad6dc..0e38a1ed 100644 --- a/modules/ext.templateDataGenerator.editTemplatePage/Dialog.js +++ b/modules/ext.templateDataGenerator.editTemplatePage/Dialog.js @@ -1212,8 +1212,6 @@ Dialog.prototype.createParamDetails = function () { // * tdg-templateDataDialog-paramInput tdg-templateDataDialog-paramList-deprecatedValue // * tdg-templateDataDialog-paramInput tdg-templateDataDialog-paramList-description // * tdg-templateDataDialog-paramInput tdg-templateDataDialog-paramList-example - // * tdg-templateDataDialog-paramInput tdg-templateDataDialog-paramList-importoption - // * tdg-templateDataDialog-paramInput tdg-templateDataDialog-paramList-importoption-subtitle // * tdg-templateDataDialog-paramInput tdg-templateDataDialog-paramList-label // * tdg-templateDataDialog-paramInput tdg-templateDataDialog-paramList-name // * tdg-templateDataDialog-paramInput tdg-templateDataDialog-paramList-required @@ -1233,8 +1231,6 @@ Dialog.prototype.createParamDetails = function () { // * templatedata-modal-table-param-deprecatedValue // * templatedata-modal-table-param-description // * templatedata-modal-table-param-example - // * templatedata-modal-table-param-importoption - // * templatedata-modal-table-param-importoption-subtitle // * templatedata-modal-table-param-label // * templatedata-modal-table-param-name // * templatedata-modal-table-param-required @@ -1273,8 +1269,6 @@ Dialog.prototype.updateParamDetailsLanguage = function () { // * templatedata-modal-table-param-deprecatedValue // * templatedata-modal-table-param-description // * templatedata-modal-table-param-example - // * templatedata-modal-table-param-importoption - // * templatedata-modal-table-param-importoption-subtitle // * templatedata-modal-table-param-label // * templatedata-modal-table-param-name // * templatedata-modal-table-param-required