Mercurial > lada > lada-client
comparison app/view/grid/DatensatzErzeuger.js @ 1058:ce1928e6e828
Updated editors in stammdaten grids.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 09 Mar 2016 15:13:21 +0100 |
parents | 981339d774b8 |
children | 070255c0db28 |
comparison
equal
deleted
inserted
replaced
1057:7d7b691713aa | 1058:ce1928e6e828 |
---|---|
85 } | 85 } |
86 }, { | 86 }, { |
87 header: i18n.getMsg('daErzeugerId'), | 87 header: i18n.getMsg('daErzeugerId'), |
88 dataIndex: 'daErzeugerId', | 88 dataIndex: 'daErzeugerId', |
89 editor: { | 89 editor: { |
90 xtype: 'textfield', | |
90 allowBlank: false | 91 allowBlank: false |
91 } | 92 } |
92 }, { | 93 }, { |
93 header: i18n.getMsg('bezeichnung'), | 94 header: i18n.getMsg('bezeichnung'), |
94 dataIndex: 'bezeichnung', | 95 dataIndex: 'bezeichnung', |