From 7831c95c5e7b5e039506dbaaa9b2502df091e565 Mon Sep 17 00:00:00 2001 From: Deyan Nenov Date: Fri, 24 Mar 2023 20:34:36 +0000 Subject: [PATCH] Bugfix - Live Chart Nodes Search Tags (#13843) * Bugfix - search tags were duplicating the alsoknownas property causing an error to be thrown * Remove code that should not be part of the PR --- .../CoreNodeModelWpfResources.Designer.cs | 14 +++++++------- .../CoreNodeModelWpfResources.en-US.resx | 12 ++++++------ .../Properties/CoreNodeModelWpfResources.resx | 12 ++++++------ 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/Libraries/CoreNodeModelsWpf/Properties/CoreNodeModelWpfResources.Designer.cs b/src/Libraries/CoreNodeModelsWpf/Properties/CoreNodeModelWpfResources.Designer.cs index 0c7259bd8dd..12203ff9089 100644 --- a/src/Libraries/CoreNodeModelsWpf/Properties/CoreNodeModelWpfResources.Designer.cs +++ b/src/Libraries/CoreNodeModelsWpf/Properties/CoreNodeModelWpfResources.Designer.cs @@ -1,4 +1,4 @@ -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 @@ -70,7 +70,7 @@ public static string ChartsBarChartDescription { } /// - /// Looks up a localized string similar to CoreNodeModelsWpf.Charts.BarChart;Bar Chart;barchart. + /// Looks up a localized string similar to bar;barchart. /// public static string ChartsBarChartSearchTags { get { @@ -88,7 +88,7 @@ public static string ChartsBasicLineChartDescription { } /// - /// Looks up a localized string similar to CoreNodeModelsWpf.Charts.Index-ValueLinePlot;Index-Value Line Plot;indexvaluelineplot. + /// Looks up a localized string similar to index;indexvalue;indexvaluelineplot. /// public static string ChartsBasicLineChartSearchTags { get { @@ -106,7 +106,7 @@ public static string ChartsHeatSeriesDescription { } /// - /// Looks up a localized string similar to CoreNodeModelsWpf.Charts.HeatSeriesPlot;Heat Series Plot;heatseriesplot. + /// Looks up a localized string similar to heat;heatseries;heatseriesplot. /// public static string ChartsHeatSeriesSearchTags { get { @@ -124,7 +124,7 @@ public static string ChartsPieChartDescription { } /// - /// Looks up a localized string similar to CoreNodeModelsWpf.Charts.PieChart;Pie Chart; piechart. + /// Looks up a localized string similar to pie;piechart. /// public static string ChartsPieChartSearchTags { get { @@ -142,7 +142,7 @@ public static string ChartsScatterPlotDescription { } /// - /// Looks up a localized string similar to CoreNodeModelsWpf.Charts.ScatterPlot;Scatter Plot;scatterplot. + /// Looks up a localized string similar to scatter;scatterplot. /// public static string ChartsScatterPlotSearchTags { get { @@ -160,7 +160,7 @@ public static string ChartsXYLineChartDescription { } /// - /// Looks up a localized string similar to CoreNodeModelsWpf.Charts.XYLinePlot;XY Line Plot;xylineplot. + /// Looks up a localized string similar to lineplot;xylineplot. /// public static string ChartsXYLineChartSearchTags { get { diff --git a/src/Libraries/CoreNodeModelsWpf/Properties/CoreNodeModelWpfResources.en-US.resx b/src/Libraries/CoreNodeModelsWpf/Properties/CoreNodeModelWpfResources.en-US.resx index 79c6849c7fe..abe78c99d18 100644 --- a/src/Libraries/CoreNodeModelsWpf/Properties/CoreNodeModelWpfResources.en-US.resx +++ b/src/Libraries/CoreNodeModelsWpf/Properties/CoreNodeModelWpfResources.en-US.resx @@ -121,37 +121,37 @@ Create a new Bar Chart - CoreNodeModelsWpf.Charts.BarChart;Bar Chart;barchart + bar;barchart Create a new Basic Line Chart - CoreNodeModelsWpf.Charts.Index-ValueLinePlot;Index-Value Line Plot;indexvaluelineplot + index;indexvalue;indexvaluelineplot Create a heat series plot - CoreNodeModelsWpf.Charts.HeatSeriesPlot;Heat Series Plot;heatseriesplot + heat;heatseries;heatseriesplot Create a new Pie Chart - CoreNodeModelsWpf.Charts.PieChart;Pie Chart; piechart + pie;piechart Create a scatter plot - CoreNodeModelsWpf.Charts.ScatterPlot;Scatter Plot;scatterplot + scatter;scatterplot Create a new XY line plot - CoreNodeModelsWpf.Charts.XYLinePlot;XY Line Plot;xylineplot + lineplot;xylineplot Advanced diff --git a/src/Libraries/CoreNodeModelsWpf/Properties/CoreNodeModelWpfResources.resx b/src/Libraries/CoreNodeModelsWpf/Properties/CoreNodeModelWpfResources.resx index 79c6849c7fe..abe78c99d18 100644 --- a/src/Libraries/CoreNodeModelsWpf/Properties/CoreNodeModelWpfResources.resx +++ b/src/Libraries/CoreNodeModelsWpf/Properties/CoreNodeModelWpfResources.resx @@ -121,37 +121,37 @@ Create a new Bar Chart - CoreNodeModelsWpf.Charts.BarChart;Bar Chart;barchart + bar;barchart Create a new Basic Line Chart - CoreNodeModelsWpf.Charts.Index-ValueLinePlot;Index-Value Line Plot;indexvaluelineplot + index;indexvalue;indexvaluelineplot Create a heat series plot - CoreNodeModelsWpf.Charts.HeatSeriesPlot;Heat Series Plot;heatseriesplot + heat;heatseries;heatseriesplot Create a new Pie Chart - CoreNodeModelsWpf.Charts.PieChart;Pie Chart; piechart + pie;piechart Create a scatter plot - CoreNodeModelsWpf.Charts.ScatterPlot;Scatter Plot;scatterplot + scatter;scatterplot Create a new XY line plot - CoreNodeModelsWpf.Charts.XYLinePlot;XY Line Plot;xylineplot + lineplot;xylineplot Advanced