Merge branch 'add-order-v2' into 'master'

fix migration

See merge request fronk/thetool!955
This commit is contained in:
Luca Haid
2025-01-28 10:12:34 +00:00

View File

@@ -106,7 +106,7 @@ Vue.component('warehouse-order-request', {
const response = await axios.get(window.TT_CONFIG["BASE_PATH"] + '/WarehouseOrderRequest/cancel?id=' + row.id + '&cancel=' + cancel);
if (response.data.success) {
this.window.notify('success', response.data.message || 'Erfolgreich aktualisiert')
this.$refs.crud.$refs.table.refresh()
this.$refs.crud.$refs.table.refreshTable()
return
}
this.window.notify('error', response.data.message || 'Fehler beim aktualisieren')