thewca / worldcubeassociation.org

All of the code that runs on worldcubeassociation.org
https://www.worldcubeassociation.org/
GNU General Public License v3.0
333 stars 176 forks source link

Registrations CSV is named 'download.csv' instead of comp name #10292

Open pranav-027 opened 2 days ago

pranav-027 commented 2 days ago

Describe the bug In the new registration system, if you export the registration to a CSV file, it is named download.csv. The file was named after the competition in the old registration system, making it easier to distinguish in the file system.

To Reproduce Steps to reproduce the behavior:

  1. Go to the Registration page of any competition that is using the new reg system
  2. Select all registrations
  3. click export to CSV
FinnIckler commented 1 day ago

we actually don't give a filename at all, so the file name is determined by the browser

pranav-027 commented 1 day ago

Is it possible to implement something to make it mimic the functionality of v1 registration system

FinnIckler commented 1 day ago

yes, that was just an internal note to people who want to pick up the issue so they don't look for where 'download.csv' is defined