From 19f24adf70f32f857776d4748d53c7dd0ae4661a Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Tue, 11 Dec 2012 02:52:16 +0100 Subject: [PATCH] We do not need to store every checked category. If a parent category is selected we directly know the child ones are as well selected. So, with this implementation we are wasting space in the database. I do not have time right now for this improvement. --- apps/userfront/modules/category/templates/indexSuccess.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/userfront/modules/category/templates/indexSuccess.php b/apps/userfront/modules/category/templates/indexSuccess.php index bdb4d3a..b86a81c 100644 --- a/apps/userfront/modules/category/templates/indexSuccess.php +++ b/apps/userfront/modules/category/templates/indexSuccess.php @@ -7,6 +7,8 @@ });