Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java-SCA-1.2
-
None
Description
Deleting a node in the admin console does not work and throws a Javascript error.
That's a timing issue as the admin sends two AJAX requests to first stop the node and then delete it, but in most cases the delete call jumps the line and gets invoked before the stop, causing the stop action to fail.
A simple fix is to invoke these two steps from the server side.