From ef010288e351963bf54684b7267acd57c4eb4812 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 14 Apr 2023 20:00:32 +0000 Subject: [PATCH] --- .../data-table-filter-manager-control.vue | 32 +++++++++---------- src/views/biz-subscription-list.vue | 4 +-- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/components/data-table-filter-manager-control.vue b/src/components/data-table-filter-manager-control.vue index bd46337..a8b81be 100644 --- a/src/components/data-table-filter-manager-control.vue +++ b/src/components/data-table-filter-manager-control.vue @@ -6,7 +6,7 @@ @keydown.esc="close()" > - {{ $ay.t("Filter") }} + {{ $sock.t("Filter") }} {{ activeFilterNameAtOpen }} {{ activeFilterCreator }} @@ -33,12 +33,12 @@

- {{ $ay.t("SaveAs") }} + {{ $sock.t("SaveAs") }}

@@ -46,31 +46,31 @@ ref="public" v-model="activeFilter.public" :readonly="formState.readOnly" - :label="$ay.t('AnyUser')" + :label="$sock.t('AnyUser')" data-cy="public" >
-

{{ $ay.t("Replace") }}

+

{{ $sock.t("Replace") }}

{{ - $ay.t("Cancel") + $sock.t("Cancel") }} @@ -81,14 +81,14 @@ :disabled="!defaultFilterIsSavAsAble" color="primary" @click="saveAndExit('save-as-new')" - >{{ $ay.t("Save") }}{{ $sock.t("Save") }} {{ $ay.t("Replace") }}{{ $sock.t("Replace") }} @@ -97,24 +97,24 @@ {{ - $ay.t("Cancel") + $sock.t("Cancel") }} @@ -124,7 +124,7 @@ :disabled="!namedFilterIsSavable" color="primary" @click="saveAndExit('update-name-all-users')" - >{{ $ay.t("Save") }}{{ $sock.t("Save") }} @@ -261,7 +261,7 @@ export default { this.activeFilter.name == "-" || this.activeFilter.name == this.activeFilterNameAtOpen ) { - this.activeFilter.name += " [" + this.$ay.t("Copy") + "]"; + this.activeFilter.name += " [" + this.$sock.t("Copy") + "]"; } this.activeFilter.userId = window.$gz.store.state.userId; const res = await window.$gz.api.post( diff --git a/src/views/biz-subscription-list.vue b/src/views/biz-subscription-list.vue index 82f9019..4d4ec84 100644 --- a/src/views/biz-subscription-list.vue +++ b/src/views/biz-subscription-list.vue @@ -3,7 +3,7 @@ @@ -29,7 +29,7 @@ export default { data() { return { rights: window.$gz.role.defaultRightsObject(), - aType: window.$gz.type.Subscription, + sockType: window.$gz.type.Subscription, selectedItems: [], reload: false, clientCriteria: undefined,