diff app/controller/grid/Messung.js @ 826:2362f8ab1e9f

disable remove button after a item is deleted from grid
author Dustin Demuth <dustin@intevation.de>
date Fri, 29 May 2015 15:26:52 +0200
parents 6e28ebbe1a73
children 9b6800458a9e
line wrap: on
line diff
--- a/app/controller/grid/Messung.js	Fri May 29 15:26:24 2015 +0200
+++ b/app/controller/grid/Messung.js	Fri May 29 15:26:52 2015 +0200
@@ -102,5 +102,6 @@
                 }
             }
         );
+        grid.down('button[action=delete]').disable();
     }
 });

http://lada.wald.intevation.org