Tweak position of the document version links for clarity.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user