Added the Organization sub-menu in project menu in MenuStaticMaster

This commit is contained in:
ashutosh.nehete 2025-09-30 12:42:29 +05:30
parent 8dee7b0fa2
commit 40ca680f45

View File

@ -87,6 +87,18 @@ namespace Marco.Pms.Model.Entitlements
PermissionIds = new List<string>()
},
new SubMenuItem
{
Text = "Organizations",
Available = true,
Link = "/organizations",
PermissionIds = new List<string>
{
"068cb3c1-49c5-4746-9f29-1fce16e820ac",
"c1ae1363-ab8a-4bd9-a9d1-8c2c6083873a",
"7a6cf830-0008-4e03-b31d-0d050cb634f4"
}
},
new SubMenuItem
{
Text = "Project Report",
Available = true,