mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 23:35:45 +00:00
Merge branch 'hotfix/permission-guard' into 'development'
[HOTFIX/FE] Permission Guard See merge request mbugroup/lti-web-client!285
This commit is contained in:
@@ -114,11 +114,13 @@ export const MAIN_DRAWER_LINKS: SidebarMenuItem[] = [
|
|||||||
text: 'Penjualan',
|
text: 'Penjualan',
|
||||||
link: '/marketing',
|
link: '/marketing',
|
||||||
icon: 'heroicons-outline:currency-dollar',
|
icon: 'heroicons-outline:currency-dollar',
|
||||||
|
permission: ['lti.marketing.delivery_order.list'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Keuangan',
|
text: 'Keuangan',
|
||||||
link: '/finance',
|
link: '/finance',
|
||||||
icon: 'heroicons-outline:banknotes',
|
icon: 'heroicons-outline:banknotes',
|
||||||
|
permission: ['lti.finance.transactions.list'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Biaya',
|
text: 'Biaya',
|
||||||
|
|||||||
Reference in New Issue
Block a user