From 931b17a447f2d5f25b752efb4f96883b25aacedf Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 24 Dec 2018 04:15:23 -0400 Subject: [PATCH] Display facets and object list facet links Signed-off-by: Roberto Rosario --- .../generic_list_items_subtemplate.html | 33 ++++++++++++++----- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/mayan/apps/appearance/templates/appearance/generic_list_items_subtemplate.html b/mayan/apps/appearance/templates/appearance/generic_list_items_subtemplate.html index 054fa867f2..5544d43f1b 100644 --- a/mayan/apps/appearance/templates/appearance/generic_list_items_subtemplate.html +++ b/mayan/apps/appearance/templates/appearance/generic_list_items_subtemplate.html @@ -99,16 +99,31 @@ {% endfor %} {% if not hide_links %} -

- {% get_menu_links 'object menu' source=object as resolved_links %} - {% for object_navigation_links in resolved_links %} - {% with 'true' as as_dropdown %} - {% include 'navigation/generic_navigation.html' %} - {% endwith %} - {% endfor %} -

- {% endif %} + {% get_menus_links 'object list facet,object menu' source=object as links %} + + {% endif %}