Anubis
Anubis copied to clipboard
BUG course page saying all assignments are not visible (when some are and some are not)
It is something to do with the AssignmentItem component on the course page /course?courseId=<course id hash>
. The AssignmentItem component is likely just missing the visible_to_students
field
- Course Page: https://github.com/AnubisLMS/Anubis/blob/master/web/src/pages/core/public/Course/Course.jsx
- AssignmentItem Component: https://github.com/AnubisLMS/Anubis/blob/master/web/src/components/core/AssignmentItem/AssignmentItem.jsx
Please make sure to follow the contribution guidelines established here: https://github.com/AnubisLMS/Anubis/blob/master/.github/CONTRIBUTING.md