[Lada-commits] [PATCH] Editing entries in multiselect fields currently breaks request
Wald Commits
scm-commit at wald.intevation.org
Wed Jun 8 12:10:01 CEST 2016
# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1465380583 -7200
# Node ID 846dcd217be3eaabf41b075a3de87ca75cf0cc24
# Parent 056ffbc2790a6ca523d94431764166cc003741cc
Editing entries in multiselect fields currently breaks request.
We have to send the IDs but the textual content will be sent if edited.
diff -r 056ffbc2790a -r 846dcd217be3 app/controller/Filter.js
--- a/app/controller/Filter.js Tue Jun 07 17:49:31 2016 +0200
+++ b/app/controller/Filter.js Wed Jun 08 12:09:43 2016 +0200
@@ -318,6 +318,7 @@
forceSelection: false,
value: value,
filterId: filterId,
+ editable: false,
multiSelect: multi
});
}
More information about the Lada-commits
mailing list