Skip to content

Commit ba2ac01

Browse files
committed
#2269 fix link issues
1 parent 3d78bbe commit ba2ac01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Console/BExIS.Web.Shell/Areas/DCM/BExIS.Modules.Dcm.UI/Controllers/Hooks/EntityReferenceController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ public JsonResult GetTargetVersions(long id, long type)
170170
/// <returns></returns>
171171

172172
[HttpPost]
173-
[CustomValidateAntiForgeryToken]
174173
public JsonResult Delete(long id)
175174
{
176175
if (id == 0) return Json(false);

0 commit comments

Comments
 (0)