Skip to content

Commit

Permalink
Feedback resubmission fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed Sep 11, 2024
1 parent 59ac571 commit 22ab363
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qgis-app/plugins/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1434,6 +1434,10 @@ def version_feedback(request, package_name, version):
task=task
)
version_feedback_notify(version, request.user)
return HttpResponseRedirect(
reverse('version_feedback',
args=[package_name, version.version])
)
form = VersionFeedbackForm()
feedbacks = PluginVersionFeedback.objects.filter(version=version)
return render(
Expand Down

0 comments on commit 22ab363

Please sign in to comment.