sourcefuse / backstage

3 stars 0 forks source link

Task Activity Page No Longer Shows Correct Links #102

Open jamescrowley321 opened 9 months ago

jamescrowley321 commented 9 months ago

Describe the bug Following the branding, the Task Activity page is missing the links to the Backstage catalog and GitHub for the newly created component.

To Reproduce Steps to reproduce the behavior:

  1. Scaffold any component using the Create Component flow.
  2. The Task Activity page no longer shows the links to the Backstage catalog info or GitHub repo.
  3. Scroll down to '....'
  4. See error

Expected behavior The Task Activity page no longer shows the links to the Backstage catalog info and GitHub repo.

Screenshots If applicable, add screenshots to help explain your problem. Default image

Now image

sadarunnisa-sf commented 5 months ago

Hello @jamescrowley321 , To resolve this issue, we need to add catalog and repository links in output from template.yaml. Made changes for microservices template and raised PR. We need to make same changes in other template as well. PR: https://github.com/sourcefuse/sf-software-templates/pull/16 image