Mercurial > lada > lada-client
comparison app/controller/Zusatzwerte.js @ 496:d07e5086a64b
Moved stammdaten stores to app.js and load them via storemanager.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 06 Nov 2014 10:35:35 +0100 |
parents | 850ccfe5f3c4 |
children | 7c0653e8d9f7 |
comparison
equal
deleted
inserted
replaced
495:649bf1d08531 | 496:d07e5086a64b |
---|---|
11 views: [ | 11 views: [ |
12 'zusatzwerte.Create' | 12 'zusatzwerte.Create' |
13 ], | 13 ], |
14 | 14 |
15 stores: [ | 15 stores: [ |
16 'Zusatzwerte', | 16 'Zusatzwerte' |
17 'StaProbenzusaetze', | |
18 'StaMesseinheiten' | |
19 ], | 17 ], |
20 | 18 |
21 init: function() { | 19 init: function() { |
22 console.log('Initialising the Zusatzwerte controller'); | 20 console.log('Initialising the Zusatzwerte controller'); |
23 this.callParent(arguments); | 21 this.callParent(arguments); |