Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

No space/org shown in cell app instances page #3536

Closed
richard-cox opened this issue Apr 29, 2019 · 0 comments · Fixed by #3601
Closed

No space/org shown in cell app instances page #3536

richard-cox opened this issue Apr 29, 2019 · 0 comments · Fixed by #3601
Assignees
Labels
blitz bug P1 Priority 1 walkthrough walkthrough

Comments

@richard-cox
Copy link
Contributor

  • come from top level cloud foundry summary page
  • nav to cells tab, cell, app instances table
  • no org or space name displayed
@KlapTrap KlapTrap added the P1 Priority 1 label Apr 29, 2019
@KlapTrap KlapTrap self-assigned this Apr 29, 2019
richard-cox added a commit that referenced this issue May 21, 2019
- fixes #3536
- we still should merge #3546, until then add a falsey check to guard against incomplete entities
- rough explenation..
  - we're trying to access the space entity of an application
  - we have the application already however it's missing the space
  - we're validating the app entity, discover the missing space and associate it with the app
  - however entity service has emited a version of the app already sans space
  - this causes an exception and incomplete information on screen
nwmac pushed a commit that referenced this issue Jun 5, 2019
- fixes #3536
- we still should merge #3546, until then add a falsey check to guard against incomplete entities
- rough explenation..
  - we're trying to access the space entity of an application
  - we have the application already however it's missing the space
  - we're validating the app entity, discover the missing space and associate it with the app
  - however entity service has emited a version of the app already sans space
  - this causes an exception and incomplete information on screen
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
blitz bug P1 Priority 1 walkthrough walkthrough
Projects
None yet
2 participants