Bugzilla – Attachment 158754 Details for
Bug 34587
Add a Usage Statistics module to ERM
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34587: (follow-up) Remove unnecessary code
Bug-34587-follow-up-Remove-unnecessary-code.patch (text/plain), 3.06 KB, created by
Matt Blenkinsop
on 2023-11-09 17:34:11 UTC
(
hide
)
Description:
Bug 34587: (follow-up) Remove unnecessary code
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2023-11-09 17:34:11 UTC
Size:
3.06 KB
patch
obsolete
>From e8411e9efdc7c6639cbadaca90af6b0239b75889 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Thu, 9 Nov 2023 17:31:57 +0000 >Subject: [PATCH] Bug 34587: (follow-up) Remove unnecessary code > >This patch removes some commented out lines and some unnecessary imports. No impact to working code - self signoff > >Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >--- > .../UsageStatisticsDataProvidersFormAdd.vue | 23 ------------------- > 1 file changed, 23 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersFormAdd.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersFormAdd.vue >index cc13eb3302..6638765fe0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersFormAdd.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersFormAdd.vue >@@ -101,26 +101,6 @@ > :disabled="!selected_provider && !manual_form" > /> > </li> >- <!-- <li> >- <label for="usage_data_provider_method" >- >{{ $__("Method") }}: >- </label> >- <input >- id="usage_data_provider_method" >- v-model="usage_data_provider.method" >- :disabled="!selected_provider && !manual_form" >- /> >- </li> >- <li> >- <label for="usage_data_provider_aggregator" >- >{{ $__("Aggregator") }}: >- </label> >- <input >- id="usage_data_provider_aggregator" >- v-model="usage_data_provider.aggregator" >- :disabled="!selected_provider && !manual_form" >- /> >- </li> --> > <li> > <label for="usage_data_provider_service_type" > >{{ $__("Service type") }}: >@@ -393,7 +373,6 @@ import { setMessage, setWarning } from "../../messages" > import { APIClient } from "../../fetch/api-client.js" > import { inject } from "vue" > import { storeToRefs } from "pinia" >-import flatPickr from "vue-flatpickr-component" > > export default { > setup() { >@@ -429,7 +408,6 @@ export default { > { description: "Active", value: 1 }, > { description: "Inactive", value: 0 }, > ], >- fp_config: flatpickr_defaults, > registry_data: [], > valid_report_types: [...this.av_report_types], > selected_provider: null, >@@ -623,7 +601,6 @@ export default { > }, > components: { > ButtonSubmit, >- flatPickr, > }, > name: "UsageStatisticsDataProvidersFormAdd", > } >-- >2.37.1 (Apple Git-137.1)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 34587
:
156581
|
157101
| 158754 |
177672