Skip to content

Conversation

i386
Copy link
Contributor

@i386 i386 commented May 17, 2017

Description

Submitter checklist

  • Link to JIRA ticket in description, if appropriate.
  • Change is code complete and matches issue description
  • Appropriate unit or acceptance tests or explanation to why this change has no tests
  • Reviewer's manual test instructions provided in PR description. See Reviewer's first task below.
  • Ran Acceptance Test Harness against PR changes.

Reviewer checklist

  • Run the changes and verified the change matches the issue description
  • Reviewed the code
  • Verified that the appropriate tests have been written or valid explanation given

@@ -70,7 +70,7 @@ export class RunRecord extends Record({
_class: null,
_capabilities: [],
_links: null,
changeSet: ChangeSetRecord,
changeSet: [],
Copy link
Contributor

Choose a reason for hiding this comment

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

changeSet is actually an array of these records. If JSON response omitted the prop, then it would get initialized to an empty ChangeSetRecord which would defeat null checking in the UI layer but still cause an exception to be thrown.

@michaelneale
Copy link
Member

what is this one about? is that a go/no go @cliffmeyers ?

@cliffmeyers
Copy link
Contributor

This is a simple fix, just looking for a bee from someone.

@cliffmeyers cliffmeyers changed the title Tweak rerun lookup bug / JENKINS 44321 changes tab doesn't load May 18, 2017
@cliffmeyers
Copy link
Contributor

@michaelneale renamed and linked appropriate JIRA issue.

@i386
Copy link
Contributor Author

i386 commented May 18, 2017

🐝

Copy link
Collaborator

@kzantow kzantow left a comment

Choose a reason for hiding this comment

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

LGTM

@cliffmeyers cliffmeyers merged commit 20368a9 into master May 18, 2017
@cliffmeyers cliffmeyers deleted the topic/run-tweak branch May 18, 2017 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants