[Lada-commits] [PATCH 3 of 4] fixed a bug where the window is not refreshed

Wald Commits scm-commit at wald.intevation.org
Fri May 29 08:24:18 CEST 2015


# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1432823031 -7200
# Node ID 23d2204eaf7ccae9907c5ac6b93fe49619c92e56
# Parent  af54733a6d48b30cb89acd88010e3cefefe7b08d
fixed a bug where the window is not refreshed.

diff -r af54733a6d48 -r 23d2204eaf7c app/controller/grid/Probenzusatzwert.js
--- a/app/controller/grid/Probenzusatzwert.js	Thu May 28 13:33:03 2015 +0200
+++ b/app/controller/grid/Probenzusatzwert.js	Thu May 28 16:23:51 2015 +0200
@@ -98,7 +98,6 @@
                 selection.destroy({
                     success: function() {
                         button.up('window').initData();
-                        grid.initData();
                     },
                     failure: function(request, response) {
                         var json = response.request.scope.reader.jsonData;


More information about the Lada-commits mailing list