This commit is contained in:
@@ -111,6 +111,15 @@ export default {
|
||||
title: tKeyTitle ? window.$gz.translation.get(tKeyTitle) : "",
|
||||
yesButtonText: window.$gz.translation.get("OK")
|
||||
});
|
||||
}, /////////////////////////////////////
|
||||
// Custom confirmation
|
||||
//
|
||||
confirmByKey() {
|
||||
return VM_LOCAL.$root.$gzconfirm({
|
||||
message: window.$gz.translation.get("DeletePrompt"),
|
||||
yesButtonText: window.$gz.translation.get("OK"),
|
||||
noButtonText: window.$gz.translation.get("Cancel")
|
||||
});
|
||||
}
|
||||
//TODO: Implement the following as it's own re-usable component instead of here
|
||||
/////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user