diff app/controller/Zusatzwerte.js @ 264:6aaf43f881cd

Fixed Issue17.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Mon, 29 Jul 2013 14:38:08 +0200
parents cfa0cc437781
children 529da633b8e3
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) {

http://lada.wald.intevation.org