As a logged in User modifying the input or output of an existing function, I would like a dialogue to be displayed so that I can truly understand the impact of my actions.
To do:
- Show a dialog when an user try to change a input / output of an existing function
- Ensure that the dialog does not show for NEW function creation
- On "confirm change" click, ensure the implementation and testers are detached from the current function
-
On success removal of the implementation from the "local" object, show a toast to inform the user that the implementation and testers have been disabled
Note: It is ok to place the Toast whenever you can, we will create another ticket to be able to place the toast in the required position