[Lada-commits] [PATCH] Removed reference to the not existing field 'name' in messprogramm

Wald Commits scm-commit at wald.intevation.org
Thu Nov 10 14:44:33 CET 2016


# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1478785469 -3600
# Node ID 979b4b9200a7bfd471981e0e8108035991701417
# Parent  ca241fb7fbfb4ebb2f3a15d8833389d7f6350a71
Removed reference to the not existing field 'name' in messprogramm.

diff -r ca241fb7fbfb -r 979b4b9200a7 app/view/form/Messprogramm.js
--- a/app/view/form/Messprogramm.js	Thu Nov 10 13:58:57 2016 +0100
+++ b/app/view/form/Messprogramm.js	Thu Nov 10 14:44:29 2016 +0100
@@ -640,7 +640,6 @@
     clearMessages: function() {
         // TODO
         this.down('cbox[name=mstlabor]').clearWarningOrError();
-        this.down('tfield[name=name]').clearWarningOrError();
         //no clearmsg for probeKommentar
         this.down('cbox[name=datenbasisId]').clearWarningOrError();
         this.down('cbox[name=baId]').clearWarningOrError();


More information about the Lada-commits mailing list