Skip to content

Conversation

@hentrymartin
Copy link
Collaborator

What's in this PR?

  • Fixed assigned reviewers field getting reset when scorecard is changed.

Ticket link - https://topcoder.atlassian.net/browse/PM-2456


componentDidMount () {
const { challenge, challengeResources } = this.props
if (challenge && challenge.id && challengeResources) {

Choose a reason for hiding this comment

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

[⚠️ correctness]
The componentDidMount method now calls updateAssignedMembers unconditionally if challenge and challengeResources are present. Ensure that this does not lead to unintended side effects, especially if updateAssignedMembers is expected to be called conditionally based on other criteria.

@hentrymartin hentrymartin merged commit fd88e8c into v6 Oct 24, 2025
1 check passed
@hentrymartin hentrymartin deleted the pm-2456_1 branch October 24, 2025 22:01
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