[Lada-commits] [PATCH] Fixed fieldset interactions (Ortsangaben)

Wald Commits scm-commit at wald.intevation.org
Thu Feb 23 09:56:02 CET 2017


# HG changeset patch
# User Evi Huber <ehuber at bfs.de>
# Date 1487840155 -3600
# Node ID c8827424723b87097c524a41d413ad47b7bbc6e1
# Parent  12ffe66a6786db174dbfff925b02edc18c60ccad
Fixed fieldset interactions (Ortsangaben)

diff -r 12ffe66a6786 -r c8827424723b app/view/widget/base/FieldSet.js
--- a/app/view/widget/base/FieldSet.js	Wed Feb 22 12:53:54 2017 +0100
+++ b/app/view/widget/base/FieldSet.js	Thu Feb 23 09:55:55 2017 +0100
@@ -72,7 +72,9 @@
     },
 
     clearMessages: function() {
-        this.setTitle(this.plainTitle);
+        if (this.plainTitle){
+            this.setTitle(this.plainTitle);
+        }
         if (this.getEl()) {
             this.getEl().dom.style['border-color'] = this.origColor;
         }


More information about the Lada-commits mailing list