diff app/view/widget/Deskriptor.js @ 783:afdbe3770b99

Exclude deskriptor fields from form.
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 13 May 2015 10:22:53 +0200
parents 3185a77e8501
children 8de4ec66d0e6
line wrap: on
line diff
--- a/app/view/widget/Deskriptor.js	Tue May 12 17:49:09 2015 +0200
+++ b/app/view/widget/Deskriptor.js	Wed May 13 10:22:53 2015 +0200
@@ -44,6 +44,7 @@
         this.store = Ext.create('Lada.store.Deskriptoren');
 
         this.callParent(arguments);
+        this.down('combobox').isFormField = false;
     },
 
     getParents: function(field) {

http://lada.wald.intevation.org