Skip to content

Commit 56500cc

Browse files
Removed attribute because this action gets also called from grid.
1 parent 3fe915a commit 56500cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Presentation/SmartStore.Web/Administration/Controllers/ProductAttributeController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,6 @@ public ActionResult OptionEditPopup(string btnId, string formId, ProductAttribut
507507
}
508508

509509
[HttpPost]
510-
[ValidateAntiForgeryToken]
511510
[Permission(Permissions.Catalog.Variant.EditSet)]
512511
public ActionResult OptionDelete(int id)
513512
{

0 commit comments

Comments
 (0)