Mercurial > lada > lada-client
changeset 135:e80a9114524c
Load Probenzusatzwerte on editing a Probe. Values are needed in the
Zusatzwertlisting.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Wed, 26 Jun 2013 10:16:10 +0200 |
parents | 1620d02d2973 |
children | 4dc84682110d |
files | app/controller/Proben.js |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/app/controller/Proben.js Tue Jun 25 17:33:56 2013 +0200 +++ b/app/controller/Proben.js Wed Jun 26 10:16:10 2013 +0200 @@ -6,11 +6,11 @@ ], stores: [ 'Proben', - 'Zusatzwerte' + 'Zusatzwerte', + 'Probenzusatzwerte' // 'Orte', // 'Messungen', // 'Messeinheit', - // 'Probenzusatzwert' ], init: function() { console.log('Initialising the Proben controller'); @@ -43,6 +43,8 @@ var view = Ext.widget('probenedit', {modelId: id}); // Load Zusatzwerte + var pstore = this.getProbenzusatzwerteStore(); + pstore.load(); var zstore = this.getZusatzwerteStore(); zstore.load({ params: {