partkeepr

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

commit 8d3b837efa850e1fa6aff25fc2f94acdc255db9c
parent 8faacd35255f0fbb3c65acfac660be6c0733e568
Author: Felicitus <felicitus@felicitus.org>
Date:   Thu,  5 Nov 2015 15:48:29 +0100

Write all fields by default

Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/public/js/Data/HydraProxy.js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Data/HydraProxy.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Data/HydraProxy.js @@ -6,7 +6,8 @@ Ext.define("PartKeepr.data.HydraProxy", { type: 'hydra' }, writer: { - type: 'jsonwithassociations' + type: 'jsonwithassociations', + writeAllFields: true }, appendId: false, limitParam: "itemsPerPage",