qgis / QGIS-Django

Django project for QGIS related activities such as plugin repository
http://qgis.org
GNU General Public License v2.0
86 stars 59 forks source link

can't delete a falsly uploaded plugin revision, might be due to wrong version number #341

Closed jannefleischer closed 5 months ago

jannefleischer commented 5 months ago

Sadly, I am unable to edit or delete a plugin revision in the repository. I uploaded a version with the wrong version number and want to get rid of it, though I can't because the delete-button (and the edit-buttons) brings only a 404 error.

https://plugins.qgis.org/plugins/os_walk_eu_plugin/#plugin-versions The version 2.rc2 should be deleted, the most current version is 1.99.1

image

jannefleischer commented 5 months ago

I think this hits: https://github.com/qgis/QGIS-Django/blob/master/qgis-app/plugins/views.py#L1059-L1060 - don't know why, though. Django-internals...?

Xpirix commented 5 months ago

Dear @jannefleischer

This issue has been fixed. You can interact with this version now. The issue seems specific to this version. Indeed, the version exists in the DB but it needed to be saved manually from the admin page. I'm also not sure why.

Best regards,