From cff1dd7b5db4528cc61a58898b794058901d0ab3 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 23 Dec 2016 01:53:02 -0400 Subject: [PATCH] Show the attach and remove tag in all the document tag views. --- mayan/apps/tags/apps.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mayan/apps/tags/apps.py b/mayan/apps/tags/apps.py index c84d8306d9..c0c39ef7cd 100644 --- a/mayan/apps/tags/apps.py +++ b/mayan/apps/tags/apps.py @@ -137,7 +137,7 @@ class TagsApp(MayanAppConfig): menu_sidebar.bind_links( links=(link_tag_attach, link_single_document_multiple_tag_remove), sources=( - 'tags:document_tags', 'tags:tag_remove', - 'tags:tag_multiple_remove', 'tags:tag_attach' + 'tags:tag_attach', 'tags:document_tags', + 'tags:single_document_multiple_tag_remove' ) )