Merge pull request #5864 from Garpo001/patch-1

Serialization error is thrown when creating layout or page in the dashboard when using Layouts in a Web Farm.
This commit is contained in:
Sébastien Ros
2015-09-28 09:38:04 -07:00

View File

@@ -1,4 +1,7 @@
using System;
namespace Orchard.Layouts.Models {
 [Serializable]
public class ElementSessionState {
public string TypeName { get; set; }
public string ElementData { get; set; }