gitlab-org--gitlab-foss/app/assets/javascripts/issue_show
Stan Hu f6c7e38040 Make it harder to delete issuables accidentally
Previously submitting a DELETE request to an issuable URL would be
enough to destroy it, but this should require human confirmation.  We
now require that the `destroy_confirm` parameter is set to a truthy
value before this can complete.

In addition, we log a Sentry error if a deletion arrived without
confirmation.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62387
2019-08-29 12:54:19 -07:00
..
components Make it harder to delete issuables accidentally 2019-08-29 12:54:19 -07:00
mixins
services Make it harder to delete issuables accidentally 2019-08-29 12:54:19 -07:00
stores Address review comments and fix commented spec 2019-01-30 23:18:20 +01:00
utils Rewrite related MRs widget with Vue 2019-04-05 21:20:28 +02:00
event_hub.js
index.js Backport: Issue sidebar tracking 2019-08-21 19:12:11 +00:00