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

fix(checkmetacard): fix for tags being null #16931

Merged
merged 3 commits into from
Feb 19, 2020
Merged

fix(checkmetacard): fix for tags being null #16931

merged 3 commits into from
Feb 19, 2020

Conversation

russorat
Copy link
Contributor

@russorat russorat commented Feb 19, 2020

Closes #16460

sets a default value for tags in case it comes in null.

  • CHANGELOG.md updated with a link to the PR (not the Issue)
  • Well-formatted commit messages
  • Rebased/mergeable
  • Tests pass
  • http/swagger.yml updated (if modified Go structs or API)
  • Documentation updated or issue created (provide link to issue/pr)
  • Signed CLA (if not already signed)

@russorat russorat requested a review from drdelambre February 19, 2020 20:53
Copy link
Contributor

@drdelambre drdelambre left a comment

Choose a reason for hiding this comment

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

this is usually a red flag for state manipulation doing weird things on the service layer (closer to redux), but i can't tell where it's happening at, so this guard at the edge'll be fine for now. @121watts any better insight into this coming back null?

@russorat russorat merged commit e0075fc into master Feb 19, 2020
@russorat russorat deleted the bug/edit-check branch February 19, 2020 21:30
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.

Error when editing a monitoring check
2 participants