[Lada-commits] [PATCH 2 of 5] Removed autoload from status model

Wald Commits scm-commit at wald.intevation.org
Wed Mar 11 13:13:54 CET 2015


# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1426075875 -3600
# Node ID 54545b3ae294461441e6dc719e19a7e50caf325b
# Parent  a241362cda686076fb95be36a919026a38b0edf8
Removed autoload from status model.

diff -r a241362cda68 -r 54545b3ae294 app/store/Status.js
--- a/app/store/Status.js	Wed Mar 11 10:13:43 2015 +0100
+++ b/app/store/Status.js	Wed Mar 11 13:11:15 2015 +0100
@@ -11,6 +11,5 @@
  */
 Ext.define('Lada.store.Status', {
     extend: 'Ext.data.Store',
-    model: 'Lada.model.Status',
-    autoLoad: true
+    model: 'Lada.model.Status'
 });


More information about the Lada-commits mailing list