partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 477644246b31566bbc9e5f438bd9d82a9066b8a1
parent f4945359be9f5c943104dd04e5db2d9f011665c6
Author: felicitus <felicitus@felicitus.org>
Date:   Fri, 30 Dec 2011 11:51:14 +0100

Don't reuse the existing proxy because this messes up with the filtering

Diffstat:
Msrc/frontend/js/Components/StorageLocation/StorageLocationEditor.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/frontend/js/Components/StorageLocation/StorageLocationEditor.js b/src/frontend/js/Components/StorageLocation/StorageLocationEditor.js @@ -14,6 +14,7 @@ Ext.define('PartKeepr.StorageLocationEditor', { autoSync: false, // Do not change. If true, new (empty) records would be immediately commited to the database. remoteFilter: true, remoteSort: true, + proxy: PartKeepr.getRESTProxy("Part"), pageSize: 15}); this.store = Ext.create('Ext.data.Store', config);