This commit is contained in:
@@ -119,13 +119,15 @@ export default {
|
||||
displayLTModalNotificationMessage(
|
||||
tKeyText,
|
||||
tKeyTitle = undefined,
|
||||
ttype = "info"
|
||||
ttype = "info",
|
||||
tHelpUrl = 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: ttype
|
||||
type: ttype,
|
||||
helpUrl: tHelpUrl
|
||||
});
|
||||
},
|
||||
/////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user