[Lada-commits] [PATCH 1 of 2] removed beschreibung field from setReadOnly

Wald Commits scm-commit at wald.intevation.org
Fri Jul 10 10:08:12 CEST 2015


# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1436515606 -7200
# Node ID 405810eda690ad5e6a03de082f15872d700bfcbb
# Parent  c89d6de27fd39fc881d4ce3627f48b319c9e6492
removed beschreibung field from setReadOnly

diff -r c89d6de27fd3 -r 405810eda690 app/view/form/Location.js
--- a/app/view/form/Location.js	Wed Jul 08 12:42:19 2015 +0200
+++ b/app/view/form/Location.js	Fri Jul 10 10:06:46 2015 +0200
@@ -143,7 +143,6 @@
      },
 
     clearMessages: function() {
-        this.down('tfield[name=beschreibung]').clearWarningOrError();
         this.down('tfield[name=bezeichnung]').clearWarningOrError();
         this.down('staat[name=staatId]').clearWarningOrError();
         this.down('verwaltungseinheit[name=verwaltungseinheitId]').clearWarningOrError();
@@ -153,7 +152,6 @@
      },
 
     setReadOnly: function(value) {
-        this.down('tfield[name=beschreibung]').setReadOnly(value);
         this.down('tfield[name=bezeichnung]').setReadOnly(value);
         this.down('staat[name=staatId]').setReadOnly(value);
         this.down('verwaltungseinheit[name=verwaltungseinheitId]').setReadOnly(value);


More information about the Lada-commits mailing list