From 633fa8ddb37c937555a18b6d7ecd54a5880215d5 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 1 Aug 2018 19:22:11 +0300 Subject: [PATCH] [SSE] Enable empty value for chart data range --- apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js b/apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js index 41be78d56..7452c4d6e 100644 --- a/apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js +++ b/apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js @@ -205,7 +205,6 @@ define([ 'text!spreadsheeteditor/main/app/template/ChartSettingsDlg.template' name : 'range', style : 'width: 100%;', allowBlank : true, - blankError : this.txtEmpty, validateOnChange: true }); @@ -1514,7 +1513,7 @@ define([ 'text!spreadsheeteditor/main/app/template/ChartSettingsDlg.template' if (isvalid == Asc.c_oAscError.ID.No) return true; } else - this.txtDataRange.showError([this.txtEmpty]); + return true; this.setActiveCategory(0); if (isvalid == Asc.c_oAscError.ID.StockChartError) {