partkeepr

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

commit 39c059f3a532cdd8c7017130d21d2195e99a3ae8
parent 58e880a2f1a6bdc3f068968dec49566d3878fdeb
Author: Felicia Hummel <felicia@partkeepr.com>
Date:   Mon, 22 Aug 2016 14:49:46 +0200

Added internal part number unique to setup

Diffstat:
Msrc/PartKeepr/SetupBundle/Services/ConfigSetupService.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/PartKeepr/SetupBundle/Services/ConfigSetupService.php b/src/PartKeepr/SetupBundle/Services/ConfigSetupService.php @@ -83,6 +83,7 @@ class ConfigSetupService 'cache.doctrine' => 'array', 'partkeepr.parts.limit' => false, 'partkeepr.users.limit' => false, + 'internalpartnumberunique' => false, ]; if (function_exists('apc_fetch')) {