[Lada-commits] [PATCH 1 of 8] ComboBoxes sind nun per default nicht mehr editierbar. Das Betriftt auch die Filter-ComboBoxes
Wald Commits
scm-commit at wald.intevation.org
Thu Mar 19 11:17:49 CET 2015
# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1426758182 -3600
# Node ID bf15bfea2fca720ce4f6b8f3dc0e319153bde33d
# Parent 0c1a9d7dd1e99c295b1879ef1d9953f9276be6a3
ComboBoxes sind nun per default nicht mehr editierbar. Das Betriftt auch die Filter-ComboBoxes
diff -r 0c1a9d7dd1e9 -r bf15bfea2fca app/view/widget/base/ComboBox.js
--- a/app/view/widget/base/ComboBox.js Thu Mar 19 10:09:04 2015 +0100
+++ b/app/view/widget/base/ComboBox.js Thu Mar 19 10:43:02 2015 +0100
@@ -35,6 +35,7 @@
typeAhead: this.typeAhead,
minChars: this.minChars,
multiSelect: this.multiSelect,
+ editable: this.editable || false,
msgTarget: 'none',
tpl: this.tpl
}, {
More information about the Lada-commits
mailing list