-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add functionality to edit an existing Service #142
Comments
Short summary: when trying to edit a service and going to the service flow page, then you can not view or delete the previously added flow steps. |
Seems to work as intended. |
AS An Administrative User / Service Manager
I WANT TO be able to edit a service
SO THAT I can modify its endpoints or flow if needed
Acceptance Criteria
Inactive
services can be editedservices/endpoints
andservices/flows
GUI
in-active
Edit {SERVICE_NAME}
Services/edit
endpoint to save the endpoints with the new changesDSL
Services/edit
endpoint to edit the service by passing it the service id along with all the other service information (i.e name, description, etc..)The text was updated successfully, but these errors were encountered: