diff app/view/widget/Netzbetreiber.js @ 1217:4270da0f7d3b

Merged branch schema-update into default.
author Tom Gottfried <tom@intevation.de>
date Fri, 14 Oct 2016 18:34:19 +0200
parents 356941a04ba0
children
line wrap: on
line diff
--- a/app/view/widget/Netzbetreiber.js	Fri Oct 14 16:06:21 2016 +0200
+++ b/app/view/widget/Netzbetreiber.js	Fri Oct 14 18:34:19 2016 +0200
@@ -17,6 +17,8 @@
     valueField: 'id',
     editable: this.editable || false,
     readOnly: this.readOnly,
+    isFormField: this.isFormField,
+    submitValue: this.submitValue,
     // Enable filtering of comboboxes
     queryMode: 'local',
     triggerAction: 'all',
@@ -35,6 +37,8 @@
             this.store.clearFilter();
         }
         this.callParent(arguments);
+        this.down('combobox').isFormField = false;
+        this.down('combobox').submitValue = false;
     },
 
     getValue: function() {

http://lada.wald.intevation.org