#19027: Fixing script submission in custom forms

Work Item: 19027

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2012-09-24 11:55:11 -07:00
parent 2c783b079d
commit bccf6ab3ce

View File

@@ -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;