partkeepr

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

commit b11c1111d05d34da8432d03a7389ff79b44e99b7
parent c6c8ece8b7de2c61120837010e153bf43908bb9d
Author: Timo A. Hummel <timo@netraver.de>
Date:   Thu, 26 May 2011 00:04:32 +0200

Added liimt=-1 for storage location queries

Diffstat:
Mfrontend/js/de.RaumZeitLabor.PartDB2/PartsManager/PartsManagerAddPartForm.js | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/frontend/js/de.RaumZeitLabor.PartDB2/PartsManager/PartsManagerAddPartForm.js b/frontend/js/de.RaumZeitLabor.PartDB2/PartsManager/PartsManagerAddPartForm.js @@ -56,6 +56,8 @@ de.RaumZeitLabor.PartDB2.PartsManagerAddPartForm = Ext.extend(Ext.form.FormPanel "de.RaumZeitLabor.PartDB2.StorageLocation.StorageLocationService", "getStorageLocations"); + this.storageLocationCall.setParameter("limit", -1); + this.storageLocationStore = new Ext.data.JsonStore({ root: 'storageLocations', totalProperty: 'totalCount',