From 886aa7dcb65f192763c1f5be6e1a1ddaf3312133 Mon Sep 17 00:00:00 2001 From: Emilie Date: Thu, 5 Apr 2018 10:39:53 +0200 Subject: [PATCH] [Ticket #612] : search person --- app/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/settings.py b/app/settings.py index 8c056a76..5db06a96 100644 --- a/app/settings.py +++ b/app/settings.py @@ -550,6 +550,8 @@ PAGES_MODELS = ('organization-pages.CustomPage', 'organization-projects.ProjectTopicPage', 'shop.Product') +SEARCH_PARENTS_MODELS = ('organization-network.Person',) + PAGES_PUBLISHED_INCLUDE_LOGIN_REQUIRED = True SEARCH_PER_PAGE = 10 -- 2.39.5