Bug #26210
closedLocked Templates are getting removed by api
Description
Description of problem:
Locked template are getting deleted through API request
How reproducible:
Always
Steps to Reproduce:
1. Sat webUI>Monitor>Report Templates>Either pick any of the default template or clone and existing template(later is preferred)>Lock it
2. From the console, fire the below DELETE request-
$ curl -u admin:<pwd> -k -X DELETE https://<foreman-fqdn>/api/report_templates/<teplate-id> -H 'content-type: application/json'
3. API response returns the below error- {"errors":{"base":["This template is locked and may not be removed."]}}
Actual results:
API returns the error that suggests- the template is locked and may not be removed. However, it actually removes the template.
Expected results:
There is no option to remove the locked template from the webUI so, API should also not delete the locked template OR it should prompt to unlock the template before deleting. It will avoid the accidental deletion of locked template through the API.
Updated by Ondřej Pražák about 6 years ago
- Subject changed from Locked Report Templates are getting removed. to Locked Report Templates are getting removed.
- Category changed from Statistics to Templates
- Priority changed from High to Normal
Updated by Tomer Brisker about 5 years ago
- Subject changed from Locked Report Templates are getting removed. to Locked Templates are getting removed by api
- Difficulty set to trivial
this affects all template types. The reason is that the callback checking if the template is locked only adds an error but doesn't throw(:abort) to stop the destruction process.
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7572 added
Updated by Dominik Matoulek almost 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset bad5f878b6fb275dbc7267930bcd0cb589d9aa66.