Take Attendance by Class view

Hi,
In the Take attendance by class form under the Class drop down menu it shows,
course short name and class short name
but I would like it to show Class full name,

So I changed attendance_take_byCourseClass.php and attendance.php

CourseClass.nameShort to CourseClass.name

but still the same.
Is anywhere else to change?

Hi cmb, I suppose that depends on where in the code you’ve modified it. For class dropdowns like this, it’s likely using the DatabaseFormFactory to generate the dropdown. In this case, you could edit the src/Forms/DatabaseFormFactory and change the createSelectClass method. This will change it not only in attendance but anywhere in the system that uses that dropdown. Hope this helps!

Thanks Sandra work like a charm.