comparison app/view/proben/EditForm.js @ 88:8594cd215732

Fixed naming of fields.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 11 Jun 2013 13:21:04 +0200
parents ee1d1305dcff
children 549929d0b72e
comparison
equal deleted inserted replaced
87:ee1d1305dcff 88:8594cd215732
47 { 47 {
48 xtype: 'testdatensatz', 48 xtype: 'testdatensatz',
49 name: 'test', 49 name: 'test',
50 fieldLabel: 'Testdatensatz' 50 fieldLabel: 'Testdatensatz'
51 }, 51 },
52 // TODO: Fix Probenart, Is sent as list which 52 {
53 // causes an error on server side. 53 xtype: 'probenart',
54 //{ 54 id: 'probenart',
55 // xtype: 'probenart', 55 editable: false,
56 // id: 'probenart', 56 name: 'probenartId',
57 // editable: false, 57 fieldLabel: 'Probenart'
58 // name: 'probenartId', 58 },
59 // fieldLabel: 'Probenart'
60 //},
61 { 59 {
62 xtype: 'textfield', 60 xtype: 'textfield',
63 name: 'probenartId', 61 name: 'probeNehmerId',
64 fieldLabel: 'Probennehmer' 62 fieldLabel: 'Probennehmer'
65 }, 63 },
66 { 64 {
67 xtype: 'textfield', 65 xtype: 'textfield',
68 name: 'netzbetreiberId', 66 name: 'netzbetreiberId',

http://lada.wald.intevation.org