Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misleading link to submission detail's page in AWS when using multiple datasets #1148

Open
wil93 opened this issue Mar 22, 2020 · 0 comments
Milestone

Comments

@wil93
Copy link
Member

wil93 commented Mar 22, 2020

When a task has more than one dataset, the list of submissions available at /dataset/<dataset_id> is misleading because clicking on the timestamp (first column of the table) of a submission brings the admin to the URL /submission/<submission_id> which has now lost the information on the dataset ID that the admin is interested in. This causes to show the submission details related to the live dataset, not the one that was being inspected.

The easiest solution would be to change the URL schema of submission details pages from:

/submission/<submission_id>

to:

/dataset/<dataset_id>/submission/<submission_id>

Maybe keeping a redirect from the old URL to the new (by using whatever ID is the live dataset on).

@wil93 wil93 added this to the P1 milestone Nov 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant