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

feat(xo-web/log): disable state filters with no entries #3442

Merged
merged 4 commits into from
Oct 23, 2018

Conversation

badrAZ
Copy link
Contributor

@badrAZ badrAZ commented Sep 21, 2018

Fixes #3438

image

Check list

Check items when done or if not relevant

  • PR reference the relevant issue (e.g. Fixes #007)
  • if UI changes, a screenshot has been added to the PR
  • CHANGELOG:
    • enhancement/bug fix entry added
    • list of packages to release updated (${name} v${new version})
  • documentation updated

Process

  1. create a PR as soon as possible
  2. mark it as WiP: (Work in Progress) if not ready to be merged
  3. when you want a review, add a reviewer
  4. if necessary, update your PR, and re- add a reviewer

@badrAZ badrAZ self-assigned this Sep 21, 2018
@badrAZ badrAZ changed the title [WiP] feat(xo-web/log): disable state filters with no entries feat(xo-web/log): disable state filters with no entries Oct 23, 2018
@badrAZ badrAZ requested a review from julien-f October 23, 2018 08:31
label: 'taskSuccess',
value: 'success',
},
].sort(({ value: v1 }, { value: v2 }) => {
Copy link
Member

Choose a reason for hiding this comment

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

Why are you sorting the options?

Copy link
Contributor Author

@badrAZ badrAZ Oct 23, 2018

Choose a reason for hiding this comment

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

My bad, i will remove the sort

@julien-f julien-f merged commit 91541d0 into master Oct 23, 2018
@julien-f julien-f deleted the disableOptions branch October 23, 2018 10: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.

[Backup NG log] Disable state filters with no entries
2 participants