You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
If I delete or unshare/reduce permissions on when another user has an existing tale instance, the instance is not currently shutdown. whole-tale/girder_wholetale#506 fixes this. For the delete case, delete returns a 409 if instances exist and adds a new force parameter to shutdown anyway. We need to handle this in the UI. In the case of 409 on delete notify the user that other users have instances running and allow them to force delete or cancel.
The text was updated successfully, but these errors were encountered:
See whole-tale/girder_wholetale#506 for backend implementation
Problem:
If I delete or unshare/reduce permissions on when another user has an existing tale instance, the instance is not currently shutdown. whole-tale/girder_wholetale#506 fixes this. For the delete case, delete returns a 409 if instances exist and adds a new
force
parameter to shutdown anyway. We need to handle this in the UI. In the case of 409 on delete notify the user that other users have instances running and allow them to force delete or cancel.The text was updated successfully, but these errors were encountered: