Mercurial > lada > lada-client
changeset 416:0814c50caa81
Set querymode to remote to only load a subset of items of the
Verwaltungseinheit store.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Wed, 09 Oct 2013 10:13:32 +0200 |
parents | 65688621c727 |
children | a4eb98a6ea20 |
files | app/view/widgets/Verwaltungseinheit.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/app/view/widgets/Verwaltungseinheit.js Wed Oct 09 10:12:49 2013 +0200 +++ b/app/view/widgets/Verwaltungseinheit.js Wed Oct 09 10:13:32 2013 +0200 @@ -10,7 +10,7 @@ emptyText:'Wählen Sie eine Verwaltungseinheit', // Enable filtering of comboboxes autoSelect: false, - queryMode: 'local', + queryMode: 'remote', triggerAction : 'all', typeAhead: true, minChars: 0,