cloudfoundry / cloudfoundry/stratos
'Finish' redirect on edit service instance is incorrect
Open
Nobody has claimed this yet.
bug
- Dominant language
- TypeScript
- Stars
- 267
- Forks
- 137
- Avg merge
- 5h 14m
- Merged PRs (30d)
- 77
Description
- Edit a service instance (not user provided service instance) from the app service instance tab
- On finish user is redirected to service instance wall instead of app service instance tab
- See
src/frontend/packages/core/src/shared/components/add-service-instance/specify-details-step/specify-details-step.component.tsrouteToServices
src/frontend/packages/core/src/shared/components/add-service-instance/csi-mode.service.tsthis.mode
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in src/frontend/packages/core/src/shared/components/add-service-instance/specify-details-step/specify-details-step.component.ts at routeToServices, then inspect src/frontend/packages/core/src/shared/components/add-service-instance/csi-mode.service.ts and this.mode. Reproduce editing a non-user-provided service instance from the app service instance tab. Done means Finish returns to the app service instance tab rather than the service instance wall.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100