update expression browser route

This commit is contained in:
Gary Sharp
2025-01-19 12:35:13 +11:00
parent b640e51874
commit 50603210b0
9 changed files with 147 additions and 160 deletions
@@ -54,21 +54,6 @@ namespace Disco.Web.Areas.Config
"Config/DeviceProfile/{id}",
new { controller = "DeviceProfile", action = "Index", id = UrlParameter.Optional }
);
context.MapRoute(
"Config_AttachmentType_Create",
"Config/AttachmentType/Create",
new { controller = "AttachmentType", action = "Create" }
);
context.MapRoute(
"Config_AttachmentType_ExpressionBrowser_Type",
"Config/AttachmentType/ExpressionBrowser/{type}",
new { controller = "AttachmentType", action = "ExpressionBrowser", type = UrlParameter.Optional }
);
context.MapRoute(
"Config_AttachmentType",
"Config/AttachmentType/{id}",
new { controller = "AttachmentType", action = "Index", id = UrlParameter.Optional }
);
context.MapRoute(
"Config_DocumentTemplate_Create",
"Config/DocumentTemplate/Create",