mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
#19027: Fixing script submission in custom forms
Work Item: 19027 --HG-- branch : 1.x
This commit is contained in:
@@ -18,6 +18,7 @@ using Orchard.UI.Notify;
|
|||||||
|
|
||||||
namespace Orchard.CustomForms.Controllers {
|
namespace Orchard.CustomForms.Controllers {
|
||||||
[Themed(true)]
|
[Themed(true)]
|
||||||
|
[ValidateInput(false)]
|
||||||
public class ItemController : Controller, IUpdateModel {
|
public class ItemController : Controller, IUpdateModel {
|
||||||
private readonly IContentManager _contentManager;
|
private readonly IContentManager _contentManager;
|
||||||
private readonly ITransactionManager _transactionManager;
|
private readonly ITransactionManager _transactionManager;
|
||||||
|
|||||||
Reference in New Issue
Block a user