Bugzilla – Attachment 167681 Details for
Bug 35287
Add additional fields support to ERM licenses
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35287: Another follow-up to 35197 fix
Bug-35287-Another-follow-up-to-35197-fix.patch (text/plain), 1.11 KB, created by
Pedro Amorim
on 2024-06-13 09:20:24 UTC
(
hide
)
Description:
Bug 35287: Another follow-up to 35197 fix
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-06-13 09:20:24 UTC
Size:
1.11 KB
patch
obsolete
>From f1d37bd3785ba9dfb78672e2d94b4e8fc86b8c43 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Thu, 13 Jun 2024 09:19:06 +0000 >Subject: [PATCH] Bug 35287: Another follow-up to 35197 fix > >Leaving this here for review. >This is following up the changes submitted to 35197 on 2024-04-29. >Squash later. >--- > .../prog/js/vue/fetch/additional-fields-api-client.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/additional-fields-api-client.js b/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/additional-fields-api-client.js >index 8d12305d51..681435b061 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/additional-fields-api-client.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/additional-fields-api-client.js >@@ -11,7 +11,7 @@ export class AdditionalFieldsAPIClient extends HttpClient { > return { > getAll: tablename => > this.get({ >- endpoint: "?tablename=" + tablename, >+ endpoint: "?table_name=" + tablename, > }), > }; > } >-- >2.39.2
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 35287
:
158725
|
158726
|
158727
|
158728
|
158729
|
158730
|
158731
|
158732
|
158733
|
158734
|
159634
|
159635
|
159636
|
159637
|
159638
|
159639
|
159640
|
159641
|
159642
|
159643
|
165451
|
165637
|
165638
|
165639
|
165640
|
165641
|
165642
|
165643
|
165644
|
165645
|
165646
|
165647
|
167681
|
169728
|
169729
|
169730
|
169731
|
169732
|
169733
|
169734
|
169735
|
169736
|
169737
|
170448
|
170753
|
172850
|
172851
|
172852
|
172853
|
172854
|
172855
|
172856
|
172857
|
172858
|
172860
|
172861
|
173022
|
173102
|
173103
|
173104
|
173105
|
173106
|
173107
|
173108
|
173109
|
173110
|
173111
|
173112
|
173113
|
173290