From 7636aab75a7503ac8e84e068136206feead78b9b Mon Sep 17 00:00:00 2001 From: jensp Date: Tue, 5 Jun 2012 09:50:09 +0000 Subject: [PATCH] =?UTF-8?q?sort=5Fkey=20f=C3=BCr=20Kategorie=20wird=20jetz?= =?UTF-8?q?t=20nur=20innerhalb=20einer=20Kategorie=20inkrementiert=20und?= =?UTF-8?q?=20nicht=20=C3=BCber=20alle=20Kategorien.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.libreccm.org/ccm/trunk@1684 8810af33-2d31-482b-a856-94f89814c4df --- ccm-core/pdl/com/arsdigita/categorization/Category.pdl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ccm-core/pdl/com/arsdigita/categorization/Category.pdl b/ccm-core/pdl/com/arsdigita/categorization/Category.pdl index 55d36710f..ab7786f4c 100755 --- a/ccm-core/pdl/com/arsdigita/categorization/Category.pdl +++ b/ccm-core/pdl/com/arsdigita/categorization/Category.pdl @@ -117,7 +117,8 @@ association { ELSE max(sort_key) END + 1 - from cat_object_category_map) + from cat_object_category_map + where category_id = :categories.id) ELSE (:sortKey) END