#19121: Fixing Custom Forms bulk actions

The view was not fully using the Contents controller.

Work Item: 19121

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2012-10-18 10:43:29 -07:00
parent 7f355de662
commit a8ac4d1930

View File

@@ -6,7 +6,7 @@
}
@if (Model.List.Items.Count > 0) {
using (Html.BeginFormAntiForgeryPost(Url.Action("Item", "Admin", new { area = "Orchard.CustomForms", id = "" }))) {
using (Html.BeginFormAntiForgeryPost(Url.Action("List", "Admin", new { area = "Contents", id = "" }))) {
<fieldset class="bulk-actions">
<label for="publishActions">@T("Actions:")</label>
<select id="publishActions" name="Options.BulkAction">