diff app/controller/grid/Messwert.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 24b5684d74d7
line wrap: on
line diff
--- a/app/controller/grid/Messwert.js	Fri May 29 15:26:24 2015 +0200
+++ b/app/controller/grid/Messwert.js	Fri May 29 15:26:52 2015 +0200
@@ -129,5 +129,6 @@
                 });
             }
         });
+        grid.down('button[action=delete]').disable();
     }
 });

http://lada.wald.intevation.org