mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
feat(GODT-2782): Add category name in decribe issue view + apply review comments.
This commit is contained in:
@ -161,7 +161,7 @@ class BugReportJson:
|
||||
self.error = ("category should be a dictionary.")
|
||||
return False
|
||||
for option in category:
|
||||
if option not in ["name", "questions"]:
|
||||
if option not in ["name", "questions", "hint"]:
|
||||
self.error = ("Unexpected option '%s' in category." % option)
|
||||
return False
|
||||
if "name" not in category:
|
||||
|
||||
Reference in New Issue
Block a user