FuzzManager
FuzzManager copied to clipboard
Use bug/comment template enum values instead of strings
We use Comment, comment, Bug, and bug as values throughout the Bugzilla template implementation. We already have BugzillaTemplateMode enum, so we should use that consistently in Django, and only use the matching case in Vue.
This issue was raised by @pyoor in https://github.com/MozillaSecurity/FuzzManager/pull/1057.