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 issue where app wall list failed to filter spaces when in maxed state #4662

Merged
merged 1 commit into from
Oct 13, 2020

Conversation

richard-cox
Copy link
Contributor

@richard-cox richard-cox commented Oct 12, 2020

…tate

- The following code now fails
  ```
  export enum QParamJoiners {
    in = ' IN ',
  }
  ```
  ```
  QParamJoiners[' IN ']
  ```
- Ensure we access this safer
Copy link
Contributor

@nwmac nwmac left a comment

Choose a reason for hiding this comment

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

LGTM

@nwmac nwmac merged commit 884b9b6 into master Oct 13, 2020
@richard-cox richard-cox deleted the fix-dev-maxed-filter branch October 19, 2020 09:44
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.

Error filtering applications by org
2 participants