Skip to content

Conversation

@florinbilt
Copy link
Collaborator

FXP-3970 - Automate linking the bug after filling a bug in Alerts View
FXP-4371 - Disable the File bug button after clicking it until we get a response

FXP-4371 - Disable the File bug button after clicking it until we get a response
const { issueTrackers } = this.props;
const params = {
bug_number: parseInt(createResult.data.id, 10),
issue_tracker: issueTrackers.find((item) => item.text === 'Bugzilla').id,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe move 'Bugzilla' string into a constant in perf-helps/constants.js file

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 this pull request may close these issues.

2 participants