Repro steps: - enable permanent deletes (via hidden site setting) - set `min_topic_views_for_delete_confirm` to 0 When permanently deleting, the delete confirm modal is shown (for a second time) and it doesn't pass the `force_destroy` parameter to the request and the action results in a 422 error (i.e. can't perma-delete). This change skips showing the confirm modal when perma-deleting given that it has already been show on the first delete action. |
||
|---|---|---|
| .. | ||
| admin-customize-themes-show-test.js | ||
| admin-customize-themes-test.js | ||
| admin-user-badges-test.js | ||
| avatar-selector-test.js | ||
| create-account-test.js | ||
| history-test.js | ||
| preferences-account-test.js | ||
| preferences-profile-test.js | ||
| preferences-second-factor-test.js | ||
| reorder-categories-test.js | ||
| topic-test.js | ||
| user-notifications-test.js | ||