Skip to content

Make Jitsi links not appear for unassigned requests

What does this mr do?

Makes the Jitsi link appear on the request overview only if the person requesting it is the TA assigned to the request.

Actions taken to fix bug

Create a method which checks whether the lab is an online lab and whether the assigned TA (if any) is the one with the id passed as a parameter.

Does this MR meet the acceptance criteria?

  • I have added a changelog entry to reflect the significant changes I made and the bug I fixed.
  • A test was created to test the bug.
  • I have updated the documentation accordingly.
  • I adhere to the style guide.

Merge request reports