Mercurial > lada > lada-client
comparison app/controller/Zusatzwerte.js @ 490:446e99cfd425
Updated views and controllers using the new model and stores.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 31 Oct 2014 21:28:31 +0100 |
parents | debfcc7713e3 |
children | 850ccfe5f3c4 |
comparison
equal
deleted
inserted
replaced
489:6056a7fd9aa2 | 490:446e99cfd425 |
---|---|
11 views: [ | 11 views: [ |
12 'zusatzwerte.Create' | 12 'zusatzwerte.Create' |
13 ], | 13 ], |
14 stores: [ | 14 stores: [ |
15 'Zusatzwerte', | 15 'Zusatzwerte', |
16 'Probenzusatzwerte', | 16 'StaProbenzusaetze', |
17 'Messeinheit' | 17 'StaMesseinheiten' |
18 ], | 18 ], |
19 init: function() { | 19 init: function() { |
20 console.log('Initialising the Zusatzwerte controller'); | 20 console.log('Initialising the Zusatzwerte controller'); |
21 this.callParent(); | 21 this.callParent(); |
22 }, | 22 }, |