task-f.5
This commit is contained in:
@@ -123,6 +123,22 @@ import { NavGroup } from "@/types";
|
||||
permission: "crm.approval.workflow.read",
|
||||
},
|
||||
},
|
||||
{
|
||||
title: "Approval Reminder Policies",
|
||||
url: "/dashboard/crm/settings/approval-reminder-policies",
|
||||
access: {
|
||||
requireOrg: true,
|
||||
permission: "crm.approval.reminder.manage",
|
||||
},
|
||||
},
|
||||
{
|
||||
title: "Approval Escalation Policies",
|
||||
url: "/dashboard/crm/settings/approval-escalation-policies",
|
||||
access: {
|
||||
requireOrg: true,
|
||||
permission: "crm.approval.escalation.manage",
|
||||
},
|
||||
},
|
||||
{
|
||||
title: "Templates",
|
||||
url: "/dashboard/crm/settings/templates",
|
||||
|
||||
Reference in New Issue
Block a user