Skip to content

Commit

Permalink
feat: mounted method
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon committed Aug 14, 2023
1 parent 73117f1 commit bfa5317
Show file tree
Hide file tree
Showing 6 changed files with 327 additions and 80 deletions.
1 change: 1 addition & 0 deletions samplesheets/views_ajax.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ def get(self, request, *args, **kwargs):
'alerts': [],
'csrf_token': get_token(request),
'investigation': {},
'project_uuid': str(project.sodar_uuid),
'user_uuid': str(request.user.sodar_uuid)
if hasattr(request.user, 'sodar_uuid')
else None,
Expand Down
Loading

0 comments on commit bfa5317

Please sign in to comment.