Fix #241: 500 Error when submitting extension without "type" #242

Merged
Dalai Felinto merged 3 commits from fix-241-missing-type into main 2024-08-29 13:03:57 +02:00

3 Commits

Author SHA1 Message Date
3a814d3322 Fix #241: 500 Error when submitting extension without "type"
The fix is a one-line in utils.py. What makes the patch bigger is the
uniitest. I need use the file submission framework to even run into the
faulty part of the code.
2024-08-29 12:51:19 +02:00
e6d3b9976a Cleanup: Avoid hardcoded themes/add-ons values 2024-08-29 11:46:31 +02:00
d6a3df95e1 Cleanup: Remove unecessary "user" argument from create_file_from_data 2024-08-29 11:39:57 +02:00