mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +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 {
|
||||
[Themed(true)]
|
||||
[ValidateInput(false)]
|
||||
public class ItemController : Controller, IUpdateModel {
|
||||
private readonly IContentManager _contentManager;
|
||||
private readonly ITransactionManager _transactionManager;
|
||||
|
Reference in New Issue
Block a user