Feature #3716
Warn about overlapping course attendances
Complexity:
Normal
SCRUM pts - complexity:
?
Description
It is possible to create two attendances which overlap. It is normally not possible to attend both (but it may be useful to define them anyway). There should be a warning when this happens.
Files
History
Updated by Yoselyn Castillo over 9 years ago
Once you have created a new attendace list, if you go to list of attendance the following error appears
string(428) "SELECT\n att.id AS col0,\n att.name AS col1,\n att.description AS col2,\n att.attendance_qualify_max AS col3,\n att.locked AS col4,\n att.active AS col5,\n att.session_id\n\t\t\t\tFROM `stablechamilo`.`c_attendance` att\n\t\t\t\tWHERE c_id = 14 AND 1 = 1 AND session_id = 0 \n\t\t\t\tORDER BY col0 ASC LIMIT 0,20 "
Updated by Yoselyn Castillo over 9 years ago
- File attendance.lib.php attendance.lib.php added
- Assignee changed from Yoselyn Castillo to Julio Montoya
Upload this. I have removed var_dump(). Bug was removed.
Updated by Julio Montoya over 9 years ago
- Status changed from Assigned to Bug resolved
- % Done changed from 0 to 100