RESQUE-Framework / website

The Research Quality Evaluation Scheme
https://resque-framework.github.io/website/
MIT License
2 stars 3 forks source link

json download name: resque_LASTNAME.json #81

Closed nicebread closed 7 months ago

nicebread commented 7 months ago

If the last name has been provided in the meta tab, download file as "resque_LASTNAME.json"

alpkaanaksu commented 7 months ago

We had this working in a previous version, what happened now?

let filename = `resque_${results[0].M1 ? results[0].M1.toLowerCase() + "_" : ""}${millis}.json`;

I forgot to change the ID for last name here, it was M1 before we switched to the semantic IDs last summer...

alpkaanaksu commented 7 months ago

Done. We now have filenames like 'resque_aksu_1709754844274.json' (again).