comparison 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
comparison
equal deleted inserted replaced
565:83c0f476d825 566:8ebe4cfca4b8
93 storeId: 'umwelt' 93 storeId: 'umwelt'
94 }); 94 });
95 Ext.create('Lada.store.Verwaltungseinheiten', { 95 Ext.create('Lada.store.Verwaltungseinheiten', {
96 storeId: 'verwaltungseinheiten' 96 storeId: 'verwaltungseinheiten'
97 }); 97 });
98
99
98 }, 100 },
99 101
100 // Define the controllers of the application. They will be initialized 102 // Define the controllers of the application. They will be initialized
101 // first before the application "launch" function is called. 103 // first before the application "launch" function is called.
102 controllers: [ 104 controllers: [
103 'Lada.controller.Filter', 105 'Lada.controller.Filter',
104 'Lada.controller.FilterResult', 106 'Lada.controller.FilterResult',
105 'Lada.controller.ProbeForm', 107 'Lada.controller.ProbeForm',
106 'Lada.controller.OrtGrid', 108 'Lada.controller.OrtGrid',
107 'Lada.controller.ProbenzusatzwertGrid' 109 'Lada.controller.ProbenzusatzwertGrid',
110 'Lada.controller.MessungenGrid'
108 ] 111 ]
109 }); 112 });

http://lada.wald.intevation.org