Commit 1fc0f18de345d911cc94a38391d10f47537efb85

Authored by Benjamin Renard
1 parent a118abfb

Fix id duplication (cf. #7939)

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
js/app/views/PlotComponents/PlotStandardForm.js
@@ -87,7 +87,6 @@ Ext.define('amdaPlotComp.PlotStandardForm', { @@ -87,7 +87,6 @@ Ext.define('amdaPlotComp.PlotStandardForm', {
87 allowBlank = (typeof allowBlank !== 'undefined') ? allowBlank : false; 87 allowBlank = (typeof allowBlank !== 'undefined') ? allowBlank : false;
88 88
89 return { 89 return {
90 - id:name,  
91 xtype: 'numberfield', 90 xtype: 'numberfield',
92 name: name, 91 name: name,
93 fieldLabel: label, 92 fieldLabel: label,
@@ -112,7 +111,6 @@ Ext.define('amdaPlotComp.PlotStandardForm', { @@ -112,7 +111,6 @@ Ext.define('amdaPlotComp.PlotStandardForm', {
112 allowBlank = (typeof allowBlank !== 'undefined') ? allowBlank : false; 111 allowBlank = (typeof allowBlank !== 'undefined') ? allowBlank : false;
113 112
114 return { 113 return {
115 - id:name,  
116 xtype: 'textfield', 114 xtype: 'textfield',
117 name: name, 115 name: name,
118 fieldLabel: label, 116 fieldLabel: label,