case 4555
This commit is contained in:
@@ -258,7 +258,14 @@ export default {
|
||||
}
|
||||
} catch (error) {
|
||||
this.jobActive = false;
|
||||
|
||||
//case 4555
|
||||
await window.$gz.dialog.displayNoTranslationModalNotificationMessage(
|
||||
await window.$gz.translation.translateStringWithMultipleKeysAsync(
|
||||
window.$gz.errorHandler.errorToString(error, this)
|
||||
),
|
||||
null,
|
||||
"error"
|
||||
);
|
||||
this.reject(error);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user