# HG changeset patch # User Torsten Irländer # Date 1375101488 -7200 # Node ID 6aaf43f881cde25a2ca7525270ee9ded53ca1914 # Parent 4152f5c4c939197d4f37378c9625c00cf4f24904 Fixed Issue17. diff -r 4152f5c4c939 -r 6aaf43f881cd app/controller/Zusatzwerte.js --- 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) {