# HG changeset patch # User Torsten Irländer # Date 1381306412 -7200 # Node ID 0814c50caa817cd2d2373983fbd1200cbcfb996a # Parent 65688621c7278505381fde06883b81cdafb29cab Set querymode to remote to only load a subset of items of the Verwaltungseinheit store. diff -r 65688621c727 -r 0814c50caa81 app/view/widgets/Verwaltungseinheit.js --- 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,