Bugzilla – Attachment 155258 Details for
Bug 34217
Add missing cypress tests for vendors in agreements and licenses
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34217: (QA follow-up) Clean-up old unused code
Bug-34217-QA-follow-up-Clean-up-old-unused-code.patch (text/plain), 1.18 KB, created by
Jonathan Druart
on 2023-09-06 09:10:11 UTC
(
hide
)
Description:
Bug 34217: (QA follow-up) Clean-up old unused code
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-09-06 09:10:11 UTC
Size:
1.18 KB
patch
obsolete
>From eebb14ef250c7985177e54c360e1010bc0138a62 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Thu, 20 Jul 2023 13:49:25 +0000 >Subject: [PATCH] Bug 34217: (QA follow-up) Clean-up old unused code > >Spotted this and didn't want to open a new bug for it > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../prog/js/vue/components/ERM/LicensesFormAdd.vue | 7 ------- > 1 file changed, 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/LicensesFormAdd.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/LicensesFormAdd.vue >index 674ac5cc095..9df7727489d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/LicensesFormAdd.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/LicensesFormAdd.vue >@@ -232,13 +232,6 @@ export default { > return false > } > >- let apiUrl = "/api/v1/erm/licenses" >- >- let method = "POST" >- if (license.license_id) { >- method = "PUT" >- apiUrl += "/" + license.license_id >- } > delete license.license_id > delete license.vendor > >-- >2.25.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 34217
:
153088
|
153266
|
153722
|
154794
|
154996
|
154997
|
154998
|
155257
| 155258 |
155259
|
155260