fix: course creation form validations

This commit is contained in:
Jannat Patel
2024-02-28 23:42:17 +05:30
parent 60a917e60c
commit 8f504a8043
5 changed files with 139 additions and 51 deletions

View File

@@ -75,7 +75,8 @@
{
"fieldname": "video_link",
"fieldtype": "Data",
"label": "Video Embed Link"
"label": "Video Embed Link",
"reqd": 1
},
{
"fieldname": "short_introduction",
@@ -92,7 +93,8 @@
{
"fieldname": "image",
"fieldtype": "Attach Image",
"label": "Preview Image"
"label": "Preview Image",
"reqd": 1
},
{
"fieldname": "tags",
@@ -266,7 +268,7 @@
}
],
"make_attachments_public": 1,
"modified": "2023-12-21 12:27:32.559901",
"modified": "2024-02-28 11:20:47.700649",
"modified_by": "Administrator",
"module": "LMS",
"name": "LMS Course",