security: use more antiforgery tokens

This commit is contained in:
Gary Sharp
2025-07-25 12:32:44 +10:00
parent fd43d85778
commit 7deead494b
222 changed files with 12919 additions and 11728 deletions
@@ -216,10 +216,10 @@ namespace Disco.Web.Areas.Config.Controllers
public T4MVC_DocumentTemplateController() : base(Dummy.Instance) { }
[NonAction]
partial void IndexOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, string id, string bulkGenerateId, string bulkGenerateFilename);
partial void IndexOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, string id, System.Guid? bulkGenerateId, string bulkGenerateFilename);
[NonAction]
public override System.Web.Mvc.ActionResult Index(string id, string bulkGenerateId, string bulkGenerateFilename)
public override System.Web.Mvc.ActionResult Index(string id, System.Guid? bulkGenerateId, string bulkGenerateFilename)
{
var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Index);
ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "id", id);