diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_Desktop/Views/EnrollTemplate/Form.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_Desktop/Views/EnrollTemplate/Form.js index 2ef9c8dd6..bd1f1ef53 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_Desktop/Views/EnrollTemplate/Form.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_Desktop/Views/EnrollTemplate/Form.js @@ -44,6 +44,7 @@ var bootstrap = function ($, learun) { } var strEntity = $('body').lrGetFormData(); strEntity.Type = type; + var postData = { strEntity: JSON.stringify(strEntity) };