diff --git a/ayanova/src/views/adm-global-settings.vue b/ayanova/src/views/adm-global-settings.vue index 916f9ff3..283c9086 100644 --- a/ayanova/src/views/adm-global-settings.vue +++ b/ayanova/src/views/adm-global-settings.vue @@ -231,19 +231,7 @@ @input="fieldValueChanged('customerAllowCSRInTags')" > - - - + - - - + - - - @@ -394,19 +357,6 @@ @input="fieldValueChanged('customerAllowUserSettingsInTags')" > - - - @@ -448,24 +398,6 @@ " > - - - @@ -502,24 +434,6 @@ @input="fieldValueChanged('customerAllowNotifyCSRAcceptedInTags')" > - - - @@ -556,24 +470,6 @@ @input="fieldValueChanged('customerAllowNotifyCSRRejectedInTags')" > - - - @@ -607,19 +503,6 @@ @input="fieldValueChanged('customerAllowNotifyWOCreatedInTags')" > - - - @@ -656,24 +539,6 @@ @input="fieldValueChanged('customerAllowNotifyWOCompletedInTags')" > - - - @@ -754,31 +619,22 @@ export default { signatureFooter: null, customerAllowCSR: false, customerAllowCSRInTags: [], - customerAllowCSROutTags: [], customerAllowViewWO: false, customerAllowViewWOInTags: [], - customerAllowViewWOOutTags: [], customerAllowWOWiki: false, customerAllowWOWikiInTags: [], - customerAllowWOWikiOutTags: [], customerAllowUserSettings: false, customerAllowUserSettingsInTags: [], - customerAllowUserSettingsOutTags: [], customerAllowNotifyServiceImminent: false, customerAllowNotifyServiceImminentInTags: [], - customerAllowNotifyServiceImminentOutTags: [], customerAllowNotifyCSRAccepted: false, customerAllowNotifyCSRAcceptedInTags: [], - customerAllowNotifyCSRAcceptedOutTags: [], customerAllowNotifyCSRRejected: false, customerAllowNotifyCSRRejectedInTags: [], - customerAllowNotifyCSRRejectedOutTags: [], customerAllowNotifyWOCreated: false, customerAllowNotifyWOCreatedInTags: [], - customerAllowNotifyWOCreatedOutTags: [], customerAllowNotifyWOCompleted: false, - customerAllowNotifyWOCompletedInTags: [], - customerAllowNotifyWOCompletedOutTags: [] + customerAllowNotifyWOCompletedInTags: [] }, formState: { ready: false, @@ -971,7 +827,6 @@ async function initForm(vm) { async function fetchTranslatedText(vm) { await window.$gz.translation.cacheTranslations([ "TaggedWith", - "NotTaggedWith", "CustomerServiceRequestList", "WorkOrderList", "UserSettings",