Mercurial > lada > lada-client
comparison app/model/Verwaltungseinheit.js @ 1004:9ac03f461ab4 stammdatengrids
Introduced Orte into Stammdatengrids, Added Ortszuordnung. THIS COMMIT IS WORK IN PROGRESS, Proben will NOT work after this commit. Orte can not be edited.
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Wed, 20 Jan 2016 12:32:42 +0100 |
parents | f73ca04d73a7 |
children |
comparison
equal
deleted
inserted
replaced
1003:15d8c64049d1 | 1004:9ac03f461ab4 |
---|---|
13 extend: 'Ext.data.Model', | 13 extend: 'Ext.data.Model', |
14 | 14 |
15 /** | 15 /** |
16 * Fields are: | 16 * Fields are: |
17 * - id: The unique identifer (Primary key) | 17 * - id: The unique identifer (Primary key) |
18 * - beschreibung: The long description. | 18 * - bezeichnung: The long description. |
19 * - umweltBereich: | |
20 * - mehId: | |
21 */ | 19 */ |
22 fields: [{ | 20 fields: [{ |
23 name: 'id' | 21 name: 'id' |
24 }, { | 22 }, { |
25 name: 'bundeland' | 23 name: 'bundesland' |
26 }, { | 24 }, { |
27 name: 'kdaId' | 25 name: 'kdaId' |
28 }, { | 26 }, { |
29 name: 'kreis' | 27 name: 'kreis' |
30 }, { | 28 }, { |