Skip to content

Commit

Permalink
renamte link title
Browse files Browse the repository at this point in the history
  • Loading branch information
Wellheor1 committed Jul 5, 2024
1 parent f28b7d2 commit f45f5c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion context_processors/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def menu(request):
"access": ["Счет: проект, Счет: закрытие"],
},
{"url": "/ui/utils", "title": "Инструменты", "nt": False, "access": ["Инструменты"]},
{"url": "/ui/document-manager", "title": "Документы", "nt": False, "access": ["Документооборот: просмотр документов"]},
{"url": "/ui/document-manager", "title": "ДОУ", "nt": False, "access": ["ДОУ: просмотр документов"]},
]

hp = SettingManager.get(key="home_page", default="false")
Expand Down
4 changes: 2 additions & 2 deletions l2-frontend/src/mainWithRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -765,9 +765,9 @@ const router = new Router({
name: 'Billing',
component: () => import('@/pages/DocumentManagement/DocumentManager.vue'),
meta: {
title: 'Документы',
title: 'ДОУ',
fullPageLayout: true,
groups: ['Документооборот: просмотр документов'],
groups: ['ДОУ: просмотр документов'],
},
},
{
Expand Down

0 comments on commit f45f5c1

Please sign in to comment.