Skip to content

Revert change to view permissions of request

Chris Lemaire requested to merge fix-ta-request-view into development

What does this mr do?

The logic to see the elements to enter feedback include that feedback may only be entered by the user that placed the request. Recently, the logic to check that the person viewing the request is the same person that opened it, was moved to the upper div in request/view.html, this prevented TAs to see any info about a request.

Actions taken to fix bug

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.
Edited by Chris Lemaire

Merge request reports