Mercurial > lada > lada-client
diff 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 |
line wrap: on
line diff
--- a/app/model/Verwaltungseinheit.js Fri Jan 15 14:42:29 2016 +0100 +++ b/app/model/Verwaltungseinheit.js Wed Jan 20 12:32:42 2016 +0100 @@ -15,14 +15,12 @@ /** * Fields are: * - id: The unique identifer (Primary key) - * - beschreibung: The long description. - * - umweltBereich: - * - mehId: + * - bezeichnung: The long description. */ fields: [{ name: 'id' }, { - name: 'bundeland' + name: 'bundesland' }, { name: 'kdaId' }, {