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

http://lada.wald.intevation.org