Mercurial > lada > lada-client
changeset 264:6aaf43f881cd
Fixed Issue17.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Mon, 29 Jul 2013 14:38:08 +0200 |
parents | 4152f5c4c939 |
children | 952ebaf100f1 |
files | app/controller/Zusatzwerte.js |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/app/controller/Zusatzwerte.js Fri Jul 26 10:21:24 2013 +0200 +++ b/app/controller/Zusatzwerte.js Mon Jul 29 14:38:08 2013 +0200 @@ -49,6 +49,8 @@ editZusatzwert: function(grid, record) { console.log('Editing Zusatzwert'); var view = Ext.widget('zusatzwertecreate', {model: record}); + // Mark PZW Selection readonly. + view.down('probenzusatzwert').disabled = true; console.log("Loaded Zusatzwert with ID " + record.getId()); //outputs ID }, deleteZusatzwert: function(button) {