Mercurial > lada > lada-client
comparison app.js @ 975:fb99332bb48e stammdatengrids
Severe changes concerning the Resultgrids.
- Intrduced "Stammdaten" which can be selected in the Mode Field on the left side,
- Added Stores and Models for the Stammdaten
- Removed the FilterResultgrid and replaced it with a model which uses inheritance.
Dynamic Grid Columns can now be derived from app/view/widget/DynamicGrid.js
For Proben and Messprogramme this is already done.
- There might be some REGRESSION concerning the buttons in the ProbeList and
MessprogrammeList grid, as those are not disabled properly.
This needs to be fixed in future commits.
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Wed, 02 Dec 2015 17:39:04 +0100 |
parents | 50d7b6e17525 |
children | 3c770fc7cf19 |
comparison
equal
deleted
inserted
replaced
974:ea477f62a667 | 975:fb99332bb48e |
---|---|
199 | 199 |
200 // Define the controllers of the application. They will be initialized | 200 // Define the controllers of the application. They will be initialized |
201 // first before the application "launch" function is called. | 201 // first before the application "launch" function is called. |
202 controllers: [ | 202 controllers: [ |
203 'Lada.controller.Filter', | 203 'Lada.controller.Filter', |
204 'Lada.controller.FilterResult', | 204 'Lada.controller.grid.ProbeList', |
205 'Lada.controller.grid.MessprogrammeList', | |
205 'Lada.controller.form.Probe', | 206 'Lada.controller.form.Probe', |
206 'Lada.controller.form.Messung', | 207 'Lada.controller.form.Messung', |
207 'Lada.controller.form.Ort', | 208 'Lada.controller.form.Ort', |
208 'Lada.controller.grid.Ort', | 209 'Lada.controller.grid.Ort', |
209 'Lada.controller.grid.Probenzusatzwert', | 210 'Lada.controller.grid.Probenzusatzwert', |