Skip to content

Commit 3d78bbe

Browse files
committed
#2244 fix create link issue
1 parent 4106ce7 commit 3d78bbe

File tree

1 file changed

+2
-2
lines changed
  • Console/BExIS.Web.Shell/Areas/DCM/BExIS.Modules.Dcm.UI/Views/EntityReference

1 file changed

+2
-2
lines changed

Console/BExIS.Web.Shell/Areas/DCM/BExIS.Modules.Dcm.UI/Views/EntityReference/_create.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626

2727
@using (Ajax.BeginForm("Create", "EntityReference", new AjaxOptions { HttpMethod = "POST", UpdateTargetId = "content_createEnityReference", OnSuccess = "createEntityReference_OnSuccess" }))
2828
{
29-
30-
@Html.ValidationSummary(true)
29+
30+
@Html.AntiForgeryToken()
3131

3232
@Html.HiddenFor(m => m.SourceId);
3333
@Html.HiddenFor(m => m.SourceTypeId);

0 commit comments

Comments
 (0)