You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Surveys: Correct Question 404
When editing a survey question, a 404 is presented for a valid object. At some point, the content type for Questions changed to `Defect Dojo` (the verbose name of the app) rather than `dojo` (the common name)
There is only one place where the name of the content type is accessed, so adding some backward compatible checks corrected the issue
[sc-10195]
* Update views.py
0 commit comments