Anubis icon indicating copy to clipboard operation
Anubis copied to clipboard

BUG course page saying all assignments are not visible (when some are and some are not)

Open wabscale opened this issue 3 years ago • 2 comments

Screenshot 2022-02-20 at 18-19-38 Anubis LMS

wabscale avatar Feb 20 '22 23:02 wabscale

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

wabscale avatar Feb 20 '22 23:02 wabscale

Please make sure to follow the contribution guidelines established here: https://github.com/AnubisLMS/Anubis/blob/master/.github/CONTRIBUTING.md

synoet avatar Mar 11 '22 21:03 synoet