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
@@ -118,7 +118,7 @@ else
}
@if (Authorization.Has(Claims.Config.Show))
{
@Html.ActionLinkButton("Expression Browser", MVC.Config.DocumentTemplate.ExpressionBrowser())
@Html.ActionLinkButton("Expression Browser", MVC.Config.Expressions.Browser())
}
@if (Model.DocumentTemplates.Count > 2 && Authorization.HasAll(Claims.Config.DocumentTemplate.Create, Claims.Config.DocumentTemplate.Configure))
{