Mercurial > lada > lada-client
diff app.js @ 566:8ebe4cfca4b8
Added a MessungenGridController. "Delete" causes a Code-500 Server Error.
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Tue, 10 Mar 2015 11:54:02 +0100 |
parents | 9d4e4f07e751 |
children | 8d2cf853eed2 |
line wrap: on
line diff
--- a/app.js Mon Mar 09 17:12:27 2015 +0100 +++ b/app.js Tue Mar 10 11:54:02 2015 +0100 @@ -95,6 +95,8 @@ Ext.create('Lada.store.Verwaltungseinheiten', { storeId: 'verwaltungseinheiten' }); + + }, // Define the controllers of the application. They will be initialized @@ -104,6 +106,7 @@ 'Lada.controller.FilterResult', 'Lada.controller.ProbeForm', 'Lada.controller.OrtGrid', - 'Lada.controller.ProbenzusatzwertGrid' + 'Lada.controller.ProbenzusatzwertGrid', + 'Lada.controller.MessungenGrid' ] });