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

   ### Description
   
   In the PR #6580, a new parameter called `forced` was added to the API 
`deleteBackup`; however, these changes were not implemented in the UI; 
therefore, this PR aims to do so by creating a switch to allow the user to send 
a request to this API with the `forced` parameter set to true through the UI.
   
   
   ### 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
   
   ### Screenshots (if appropriate):
   
   
   ### How Has This Been Tested?
   First, I implemented the modifications and set ACS up in a local 
environment. Subsequently, I used the browser's dev tool to check if the 
request being sent had the forced parameter set to true when the switch was 
toggled, which it did. At last, I created a couple of backups and removed them 
successfully with the new switch toggled on.


-- 
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