task-j1
This commit is contained in:
@@ -38,7 +38,7 @@ export const navGroups: NavGroup[] = [
|
||||
label: "Overview",
|
||||
items: [
|
||||
{
|
||||
title: "Dashboard",
|
||||
title: "Dashboard Overview",
|
||||
url: "/dashboard",
|
||||
icon: "dashboard",
|
||||
isActive: false,
|
||||
@@ -83,6 +83,14 @@ export const navGroups: NavGroup[] = [
|
||||
{
|
||||
label: "CRM",
|
||||
items: [
|
||||
{
|
||||
title: "Dashboard CRM",
|
||||
url: "/dashboard/crm",
|
||||
icon: "dashboard",
|
||||
isActive: false,
|
||||
items: [],
|
||||
access: { requireOrg: true, permission: "crm.dashboard.read" },
|
||||
},
|
||||
{
|
||||
title: "Customers",
|
||||
url: "/dashboard/crm/customers",
|
||||
@@ -130,7 +138,18 @@ export const navGroups: NavGroup[] = [
|
||||
{
|
||||
title: "Document Sequences",
|
||||
url: "/dashboard/crm/settings/document-sequences",
|
||||
access: { requireOrg: true, permission: "organization:manage" },
|
||||
access: {
|
||||
requireOrg: true,
|
||||
permission: "crm.document_sequence.read",
|
||||
},
|
||||
},
|
||||
{
|
||||
title: "Approval Workflows",
|
||||
url: "/dashboard/crm/settings/approval-workflows",
|
||||
access: {
|
||||
requireOrg: true,
|
||||
permission: "crm.approval.workflow.read",
|
||||
},
|
||||
},
|
||||
{
|
||||
title: "Templates",
|
||||
|
||||
Reference in New Issue
Block a user