This commit is contained in:
@@ -105,14 +105,6 @@ export default {
|
||||
/////////////////////////////////////
|
||||
// Display LT message with wait for ok
|
||||
//
|
||||
// displayLTErrorMessage(tKeyText, tKeyTitle = undefined) {
|
||||
// return VM_LOCAL.$root.$gzconfirm({
|
||||
// message: tKeyText ? window.$gz.translation.get(tKeyText) : "",
|
||||
// title: tKeyTitle ? window.$gz.translation.get(tKeyTitle) : "",
|
||||
// yesButtonText: window.$gz.translation.get("OK"),
|
||||
// type: "error"
|
||||
// });
|
||||
// },
|
||||
displayLTErrorMessage(tKeyText, tKeyTitle = undefined) {
|
||||
return VM_LOCAL.$root.$gzconfirm({
|
||||
message: tKeyText ? window.$gz.translation.get(tKeyText) : "",
|
||||
@@ -120,7 +112,8 @@ export default {
|
||||
yesButtonText: window.$gz.translation.get("OK"),
|
||||
type: "error"
|
||||
});
|
||||
},
|
||||
},
|
||||
|
||||
/////////////////////////////////////
|
||||
// Custom confirmation
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user