diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/SW_Ask_Main/Form.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/SW_Ask_Main/Form.js index 381f7c01a..788b2e40c 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/SW_Ask_Main/Form.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/SW_Ask_Main/Form.js @@ -28,7 +28,11 @@ var bootstrap = function ($, learun) { if (!!pATId) { $('#TId').lrselectSet(pATId); } - $("#Semester").lrDataItemSelect({ code: 'Semester' }); + $('#Semester').lrselect({ + data: [{ text: "1", value: "1" }, { text: "2", value: "2" }], + text: "text", + value: "value" + }) }, initData: function () {