Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects

Resolve "Create new Model FeedbackLine and integrate it"

3 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -541,7 +541,7 @@ class Feedback(models.Model):
Q(of_tutor=user), Q(status=Feedback.EDITABLE),
)
return tutor_feedback[0] if tutor_feedback else None
@classmethod
def tutor_assigned_feedback(cls, user: Union[Tutor, Reviewer]):
"""Gets all feedback that is assigned to the tutor including
Loading