GutoVeronezi opened a new pull request, #6603:
URL: https://github.com/apache/cloudstack/pull/6603

   ### Description
   
   When restoring and attaching a backup volume, the UI waits for the 
successfful response of the API to close the formulary. However, letting the 
form open after sending the command can confuse users, that might try to send 
the command again.
   
   Note: other formularies (like volume or snapshot creation) always are closed 
after sending the command to the backend.
   
   With this PR, we intend to close the formulary right after sending the 
command, as done with others.
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [x] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ### Feature/Enhancement Scale or Bug Severity
   
   #### Feature/Enhancement Scale
   
   - [ ] Major
   - [x] Minor
   
   ### How Has This Been Tested?
   
   It was tested in a local lab.
   
   Before the changes, I tried to restore and attach a backup volume. After 
clicking the button `Ok`, the command was sent, but the formulary was kept 
open. After the changes, when clicking the button `Ok`, the command is sent and 
the formulary is closed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to