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 timing issue resulting in invalid Space Service request #2489

Merged
merged 5 commits into from
Jun 22, 2018

Conversation

irfanhabib
Copy link
Contributor

@irfanhabib irfanhabib commented Jun 21, 2018

Fixes #2468.

Was able to reproduce this issue, and it appeared to be a timing issue.

When creating a service instance: once a CF/Org/Space are selected the user proceeds to the next page. In the next page services available in the space are fetched. If one value (i.e CF) has been updated in the store, but Space hasn't, invalid values propagate in the observable chain.

  • Removed a duplicate action.

@cfdreddbot
Copy link

Hey irfanhabib!

Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA.

@codecov
Copy link

codecov bot commented Jun 21, 2018

Codecov Report

Merging #2489 into v2-master will decrease coverage by 0.07%.
The diff coverage is 59.61%.

@@              Coverage Diff              @@
##           v2-master    #2489      +/-   ##
=============================================
- Coverage      70.71%   70.63%   -0.08%     
=============================================
  Files            590      590              
  Lines          24832    24836       +4     
  Branches        5605     5609       +4     
=============================================
- Hits           17559    17542      -17     
- Misses          7273     7294      +21

- Ensure the space service page loads succesfuly
- Fixed service name on space service page (legacy issue)
- Ensure parity in existing get service instance from space action with removed one
Copy link
Contributor

@richard-cox richard-cox left a comment

Choose a reason for hiding this comment

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

LGTM. Made a few small changes that should get re-reviewed. If you're happy with them lets merge this.

@nwmac nwmac merged commit 7ed2468 into v2-master Jun 22, 2018
@nwmac nwmac deleted the investigate-2468 branch June 22, 2018 09:29
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.

None yet

4 participants