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 87 allowBlank = (typeof allowBlank !== 'undefined') ? allowBlank : false;
88 88  
89 89 return {
90   - id:name,
91 90 xtype: 'numberfield',
92 91 name: name,
93 92 fieldLabel: label,
... ... @@ -112,7 +111,6 @@ Ext.define('amdaPlotComp.PlotStandardForm', {
112 111 allowBlank = (typeof allowBlank !== 'undefined') ? allowBlank : false;
113 112  
114 113 return {
115   - id:name,
116 114 xtype: 'textfield',
117 115 name: name,
118 116 fieldLabel: label,
... ...