Defect Dojo - Findings Notes: Unable to delete, edit or anything with notes. #12094
Noonster77
started this conversation in
General
Replies: 1 comment
-
Could you provide the details requested in our issue template: https://github.com/DefectDojo/django-DefectDojo/issues/new?template=bug_report.md (version, stacktrace, etc). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting this type error when I am trying to delete or modify a note. This is from an offline system where I had to load the docker containers manually. I assume I am missing some sort of database migration? But python manage.py migrate works but does not fix the error. Anyone have any suggestions? Thanks!!
The error is:
TypeError at /notes/1010/delete/finding/5345
delete_note() got an unexpected keyword argument 'id'
Request Method: POST
Request URL: https://pdcx113-scansc1:8443/notes/1010/delete/finding/5345
Django Version: 5.1.6
Exception Type: TypeError
Exception Value:
delete_note() got an unexpected keyword argument 'id'
Exception Location: /usr/local/lib/python3.11/site-packages/django/core/handlers/base.py, line 197, in _get_response
Raised during: dojo.notes.views.delete_note
Python Executable: /usr/local/bin/uwsgi
Python Version: 3.11.11
Python Path:
['/app',
'.',
'',
'/usr/local/lib/python311.zip',
'/usr/local/lib/python3.11',
'/usr/local/lib/python3.11/lib-dynload',
'/usr/local/lib/python3.11/site-packages']
Server time: Mon, 24 Mar 2025 20:10:17 +0000
Beta Was this translation helpful? Give feedback.
All reactions