Sana-a-Uni / Academia

Web-based academic management system
MIT License
18 stars 46 forks source link

Course Study Doctype - Incorrect Reference for Course Type Field #68

Closed Ali-Alnosairi closed 4 months ago

Ali-Alnosairi commented 4 months ago

Description of the issue

In the Course Study doctype, the course_type field is defined as follows: `{

"fieldname": "course_type",
"fieldtype": "Link",
"label": "Course Type",
"options": "Hours Type",
"reqd": 1

}` The options attribute for the course_type field is set to "Hours Type", which is not a valid doctype. This causes issues when trying to link or reference the course_type field in forms and other areas of the application.

@alshalabi-su @mohaltheeb @ju-omari21

Ali-Alnosairi commented 4 months ago

Issue was resolved by @ahmedAlfakher in the last pull request [PR #66 ]