Closed abhirock74 closed 3 weeks ago
Just a doubt, I checked the Instructor table, It's empty, and where do we add Instructors? without Instructor data, It's not allowing to create a course! @pateljannat
@anees264 search Instructors name then you will find a list .
I hope it help you @anees264
Hello. Since the instructor table is empty, how could it provide a search-based list? I am experiencing the same problem with @anees264 ...
Hello. Since the instructor table is empty, how could it provide a search-based list? I am experiencing the same problem with @anees264 ...
Instructor fetches from the user Doctype type so you have to create a user first.
@abhirock74 The reason it is not displaying an asterisk in required fields is that this page uses Frappe UI, and Frappe UI does not have an option to show asterisks in required fields.
@iamejaaz Is any other way to show asterisk because it is confusing for users.
@iamejaaz Is any other way to show asterisk because it is confusing for users.
@abhirock74 To do that, we have to change the code in the CourseForm.vue file. This will be a temporary solution; if the moderator of this app allows it, then I am ready to raise a PR.
@iamejaaz Thank you .
@iamejaaz a right fix would be to the FormControl field in Frappe UI
@iamejaaz a right fix would be to the FormControl field in Frappe UI
Created PR in Frappe UI https://github.com/frappe/frappe-ui/pull/193
:tada: This issue has been resolved in version 2.10.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Issue: Mandatory Fields Not Displaying Asterisk Marks in Frappe LMS
Description
When creating or editing records in Frappe LMS, the mandatory fields should be marked with a red asterisk (*) to indicate that they are required. However, these asterisk marks are not visible, which may cause users to overlook required fields.
Expected Behavior
Mandatory fields should display a red asterisk (*) to indicate that the field is required.
Actual Behavior
Mandatory fields are not showing any visual indication (asterisk) that they are required.
Screenshots
Provide screenshots or GIFs of the issue if possible.