SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit e7b9c0dc authored by George Katsikas's avatar George Katsikas :goat:
Browse files

allow visibility of historical papers in the pool

parent 822ea2ad
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,7 @@ def pool_hx_submission_details_contents(request, identifier_w_vn_nr): ...@@ -94,7 +94,7 @@ def pool_hx_submission_details_contents(request, identifier_w_vn_nr):
@fellowship_or_admin_required() @fellowship_or_admin_required()
def _hx_submission_tab(request, identifier_w_vn_nr, tab): def _hx_submission_tab(request, identifier_w_vn_nr, tab):
submission = get_object_or_404( submission = get_object_or_404(
Submission.objects.in_pool(request.user, historical=True), Submission.objects.in_pool(request.user, historical=True, latest=False),
preprint__identifier_w_vn_nr=identifier_w_vn_nr, preprint__identifier_w_vn_nr=identifier_w_vn_nr,
) )
context = { context = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment