[Lada-commits] [PATCH 1 of 2] Do not autoload this store

Wald Commits scm-commit at wald.intevation.org
Thu Apr 16 13:39:14 CEST 2015


# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1429178280 -7200
# Node ID cf898d2cd36211adbcf5483e7e17d578bdcdfa5d
# Parent  36c2cd8d6c546be285de5cca4a6593a86a3ab9d9
Do not autoload this store

diff -r 36c2cd8d6c54 -r cf898d2cd362 app/store/Zusatzwerte.js
--- a/app/store/Zusatzwerte.js	Wed Apr 15 18:41:08 2015 +0200
+++ b/app/store/Zusatzwerte.js	Thu Apr 16 11:58:00 2015 +0200
@@ -11,6 +11,5 @@
  */
 Ext.define('Lada.store.Zusatzwerte', {
     extend: 'Ext.data.Store',
-    autoLoad: true,
     model: 'Lada.model.Zusatzwert'
 });


More information about the Lada-commits mailing list