8315-devToTest #3313

Merged
alexm merged 228 commits from 8315-devToTest into test 2024-12-18 10:30:39 +00:00
1 changed files with 0 additions and 7 deletions
Showing only changes of commit 873b91f113 - Show all commits

View File

@ -9,13 +9,6 @@ export default class Controller extends Dialog {
responseHandler(response) {
if (response !== 'accept')
return super.responseHandler(response);
// this.$http.post('Ostickets/send-to-support', {
// reason: this.reason,
// additionalData: this.additionalData
// })
// .then(() => super.responseHandler(response))
// .then(() => this.vnApp.showSuccess(this.$t('Email sended!')));
}
}