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.

I think issue_tracker might be obsolete. Can you check if it's safe to remove it from the params?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The frontend needs issue_tracker in order to send it to the backend, where it is saved in the database

Copy link
Collaborator

Choose a reason for hiding this comment

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

I've tested locally and it looks like issue_tracker is obsolete. Can you test as well? Thanks

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.

3 participants