This commit is contained in:
@@ -33,6 +33,14 @@
|
||||
|
||||
<v-card-actions>
|
||||
<v-spacer></v-spacer>
|
||||
<v-btn
|
||||
:data-cy="!!$ay.dev ? 'gzconfirm:morebutton' : false"
|
||||
text
|
||||
v-if="options.helpUrl"
|
||||
@click="helpClick()"
|
||||
>
|
||||
{{ this.$root.$gz.translation.get("More") }}
|
||||
</v-btn>
|
||||
<v-btn
|
||||
v-if="options.noButtonText"
|
||||
color="primary darken-1"
|
||||
@@ -98,6 +106,9 @@ export default {
|
||||
cancel() {
|
||||
this.resolve(false);
|
||||
this.isVisible = false;
|
||||
},
|
||||
helpClick() {
|
||||
window.open(this.options.helpUrl, "_blank");
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user