littleshop/LittleShop/Areas/Admin
sysadmin bd8fa6ddf7
All checks were successful
Build and Deploy LittleShop / Deploy to Production VPS (Manual Only) (push) Has been skipped
Build and Deploy LittleShop / Deploy to Pre-Production (CT109) (push) Successful in 58s
fix: Add missing antiforgery token to Messages Reply form
- Added @Html.AntiForgeryToken() to Customer.cshtml reply form
- Fixes HTTP 400 error when replying to customer messages
- Required for CSRF protection with [ValidateAntiForgeryToken]

The form was missing the CSRF token which caused ASP.NET Core to reject
all POST requests to /Admin/Messages/Reply with HTTP 400 status.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-18 14:34:33 +00:00
..
Components/Products Refactor payment verification to manual workflow and add comprehensive cleanup tools 2025-09-25 19:29:00 +01:00
Controllers fix: Show Processing status orders in Pending Payment tab 2025-11-18 13:39:08 +00:00
Views fix: Add missing antiforgery token to Messages Reply form 2025-11-18 14:34:33 +00:00