Tweak position of the document version links for clarity.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2017-09-11 00:19:33 -04:00
parent 02f28b1ac0
commit 6ea647822f
2 changed files with 4 additions and 4 deletions

View File

@@ -135,7 +135,7 @@ class DocumentSignaturesApp(MayanAppConfig):
menu_facet.bind_links(
links=(
link_document_version_signature_list,
), sources=(DocumentVersion,)
), position=9, sources=(DocumentVersion,)
)
menu_object.bind_links(

View File

@@ -437,9 +437,6 @@ class DocumentsApp(MayanAppConfig):
sources=(Document,), position=2
)
menu_facet.bind_links(links=(link_document_pages,), sources=(Document,))
menu_facet.bind_links(
links=(link_document_version_view,), sources=(DocumentVersion,)
)
# Document actions
menu_object.bind_links(
@@ -493,6 +490,9 @@ class DocumentsApp(MayanAppConfig):
link_document_version_return_list
), sources=(DocumentVersion,)
)
menu_facet.bind_links(
links=(link_document_version_view,), sources=(DocumentVersion,)
)
namespace = StatisticNamespace(slug='documents', label=_('Documents'))
namespace.add_statistic(