Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[model:bugtype] Fix the name for the performance impact field #3899

Closed
suhaibmujahid opened this issue Dec 6, 2023 · 0 comments · Fixed by #3905
Closed

[model:bugtype] Fix the name for the performance impact field #3899

suhaibmujahid opened this issue Dec 6, 2023 · 0 comments · Fixed by #3905

Comments

@suhaibmujahid
Copy link
Member

The bug_to_types function in models/bugtype.py might require an update to align with the field rename.

if "cf_performance" in bug and bug["cf_performance"] not in ("---", "?"):
types.add("performance")

Originally posted by @PromiseFru in #3895 (comment)

The field name should be cf_performance_impact instead of cf_performance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant