[Lada-commits] [PATCH 1 of 2] Do not autoload the large Verwaltungseinheiten store

Wald Commits scm-commit at wald.intevation.org
Wed Oct 9 10:16:24 CEST 2013


# HG changeset patch
# User Torsten Irländer <torsten.irlaender at intevation.de>
# Date 1381306369 -7200
# Node ID 65688621c7278505381fde06883b81cdafb29cab
# Parent  5c037d30aaab8edab7e384c8f5efad9f3ea4bf0c
Do not autoload the large Verwaltungseinheiten store.

diff -r 5c037d30aaab -r 65688621c727 app/store/Verwaltungseinheiten.js
--- a/app/store/Verwaltungseinheiten.js	Fri Sep 27 14:53:11 2013 +0200
+++ b/app/store/Verwaltungseinheiten.js	Wed Oct 09 10:12:49 2013 +0200
@@ -7,7 +7,7 @@
     sorters: [{
         property: 'bezeichnung',
     }],
-    autoLoad: true,
+    autoLoad: false,
     proxy: {
         type: 'ajax',
         api: {


More information about the Lada-commits mailing list