diff --git a/main/webapp/modules/core/scripts/dialogs/extend-data-preview-dialog.js b/main/webapp/modules/core/scripts/dialogs/extend-data-preview-dialog.js index e98d0b890..0651eeeac 100644 --- a/main/webapp/modules/core/scripts/dialogs/extend-data-preview-dialog.js +++ b/main/webapp/modules/core/scripts/dialogs/extend-data-preview-dialog.js @@ -79,10 +79,6 @@ function ExtendReconciledDataPreviewDialog(column, columnIndex, rowIndices, onDo var endpoint = extend.propose_properties; this._proposePropertiesUrl = endpoint.service_url + endpoint.service_path; } - if ("fetch_column" in extend) { - var endpoint = extend.fetch_column; - this._fetchColumnUrl = endpoint.service_url + endpoint.service_path; - } } }