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

Fetch service in service instances card via store rather than inline #4417

Merged
merged 3 commits into from
Jul 8, 2020

Conversation

richard-cox
Copy link
Contributor

  • fixes Visiting marketplace tab breaks service list #4397
  • accessing entity via this.serviceInstanceEntity.entity.service_plan.entity.service.entity.service_broker_guid can sometimes fail
  • fetch service, and thus service broker guid, from store instead
  • this matches the table way of getting the broker

- fixes #4397
- accessing entity via this.serviceInstanceEntity.entity.service_plan.entity.service.entity.service_broker_guid can sometimes fail
- fetch service, and thus service broker guid, from store instead
- this matches the table way of getting the broker
@codecov-commenter
Copy link

codecov-commenter commented Jul 7, 2020

Codecov Report

Merging #4417 into master will decrease coverage by 0.29%.
The diff coverage is 73.33%.

@@            Coverage Diff             @@
##           master    #4417      +/-   ##
==========================================
- Coverage   56.53%   56.23%   -0.30%     
==========================================
  Files         886      891       +5     
  Lines       28915    29156     +241     
  Branches     4198     4219      +21     
==========================================
+ Hits        16347    16396      +49     
- Misses      12568    12760     +192     

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

- ensure async properties have async pipe in html
- bind to params rather than properties
@nwmac nwmac merged commit 62b9b11 into master Jul 8, 2020
@nwmac nwmac deleted the improve-si-instance-card branch July 8, 2020 09:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Visiting marketplace tab breaks service list
3 participants