This commit is contained in:
@@ -105,10 +105,10 @@ export default {
|
||||
/////////////////////////////////////
|
||||
// Display LT message with wait for ok
|
||||
//
|
||||
displayLTErrorMessage(ltKeyText, ltKeyTitle = undefined) {
|
||||
displayLTErrorMessage(tKeyText, tKeyTitle = undefined) {
|
||||
return VM_LOCAL.$root.$gzconfirm({
|
||||
message: ltKeyText ? window.$gz.translation.get(ltKeyText) : "",
|
||||
title: ltKeyTitle ? window.$gz.translation.get(ltKeyTitle) : "",
|
||||
message: tKeyText ? window.$gz.translation.get(tKeyText) : "",
|
||||
title: tKeyTitle ? window.$gz.translation.get(tKeyTitle) : "",
|
||||
yesButtonText: window.$gz.translation.get("OK")
|
||||
});
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ export default {
|
||||
window.$gz.store.commit("addTranslationText", item);
|
||||
}
|
||||
);
|
||||
|
||||
console.log("3");
|
||||
resolve();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user