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(
|
menu_facet.bind_links(
|
||||||
links=(
|
links=(
|
||||||
link_document_version_signature_list,
|
link_document_version_signature_list,
|
||||||
), sources=(DocumentVersion,)
|
), position=9, sources=(DocumentVersion,)
|
||||||
)
|
)
|
||||||
|
|
||||||
menu_object.bind_links(
|
menu_object.bind_links(
|
||||||
|
|||||||
@@ -437,9 +437,6 @@ class DocumentsApp(MayanAppConfig):
|
|||||||
sources=(Document,), position=2
|
sources=(Document,), position=2
|
||||||
)
|
)
|
||||||
menu_facet.bind_links(links=(link_document_pages,), sources=(Document,))
|
menu_facet.bind_links(links=(link_document_pages,), sources=(Document,))
|
||||||
menu_facet.bind_links(
|
|
||||||
links=(link_document_version_view,), sources=(DocumentVersion,)
|
|
||||||
)
|
|
||||||
|
|
||||||
# Document actions
|
# Document actions
|
||||||
menu_object.bind_links(
|
menu_object.bind_links(
|
||||||
@@ -493,6 +490,9 @@ class DocumentsApp(MayanAppConfig):
|
|||||||
link_document_version_return_list
|
link_document_version_return_list
|
||||||
), sources=(DocumentVersion,)
|
), sources=(DocumentVersion,)
|
||||||
)
|
)
|
||||||
|
menu_facet.bind_links(
|
||||||
|
links=(link_document_version_view,), sources=(DocumentVersion,)
|
||||||
|
)
|
||||||
|
|
||||||
namespace = StatisticNamespace(slug='documents', label=_('Documents'))
|
namespace = StatisticNamespace(slug='documents', label=_('Documents'))
|
||||||
namespace.add_statistic(
|
namespace.add_statistic(
|
||||||
|
|||||||
Reference in New Issue
Block a user