Bugzilla – Attachment 147971 Details for
Bug 33066
We need a KohaTable Vue component
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33066: Restore '(#id)' to lists
Bug-33066-Restore-id-to-lists.patch (text/plain), 3.18 KB, created by
Pedro Amorim
on 2023-03-08 18:38:55 UTC
(
hide
)
Description:
Bug 33066: Restore '(#id)' to lists
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-03-08 18:38:55 UTC
Size:
3.18 KB
patch
obsolete
>From 40d20f9bac1d4942046c0c1ede997515d3a0a7ff Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Wed, 8 Mar 2023 18:36:24 +0000 >Subject: [PATCH] Bug 33066: Restore '(#id)' to lists > >--- > .../prog/js/vue/components/ERM/AgreementsList.vue | 4 ++-- > .../prog/js/vue/components/ERM/EHoldingsLocalPackagesList.vue | 2 +- > .../intranet-tmpl/prog/js/vue/components/ERM/LicensesList.vue | 2 +- > 3 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsList.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsList.vue >index e7db9c1849..c09f42a1f8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsList.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsList.vue >@@ -175,7 +175,7 @@ export default { > this.setConfirmationDialog( > { > title: this.$__( >- "Are you sure you want to delete this agreement?" >+ "Are you sure you want to remove this agreement?" > ), > message: agreement.name, > accept_label: this.$__("Yes, delete"), >@@ -240,7 +240,7 @@ export default { > '<a href="/cgi-bin/koha/erm/agreements/' + > row.agreement_id + > '" class="show">' + >- escape_str(row.name) + >+ escape_str(`${row.name} (#${row.agreement_id})`) + > "</a>" > ) > }, >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalPackagesList.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalPackagesList.vue >index d06e7dea59..6f243ae0fa 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalPackagesList.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalPackagesList.vue >@@ -170,7 +170,7 @@ export default { > '<a href="/cgi-bin/koha/erm/eholdings/local/packages/' + > row.package_id + > '" class="show">' + >- escape_str(row.name) + >+ escape_str(`${row.name} (#${row.package_id})`) + > "</a>" > ) > }, >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/LicensesList.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/LicensesList.vue >index 62308ef60d..42b1ccc0a1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/LicensesList.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/LicensesList.vue >@@ -140,7 +140,7 @@ export default { > '<a href="/cgi-bin/koha/erm/licenses/' + > row.license_id + > '" class="show">' + >- escape_str(row.name) + >+ escape_str(`${row.name} (#${row.license_id})`) + > "</a>" > ) > }, >-- >2.30.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 33066
:
147352
|
147353
|
147354
|
147692
|
147693
|
147694
|
147713
|
147846
|
147847
|
147848
|
147849
|
147850
|
147851
|
147852
|
147853
|
147855
|
147856
|
147857
|
147858
|
147862
|
147865
|
147902
|
147903
|
147904
|
147905
|
147906
|
147907
|
147908
|
147909
|
147910
|
147911
|
147912
|
147913
|
147914
|
147915
|
147916
|
147917
|
147918
|
147921
|
147922
|
147923
|
147925
|
147926
|
147928
|
147957
|
147960
|
147971
|
147972
|
148718
|
149158
|
149159
|
149160
|
149161
|
149162
|
149163
|
149164
|
149165
|
149166
|
149167
|
149168
|
149169
|
149170
|
149171
|
149172
|
149173
|
149174
|
149175
|
149176
|
149177
|
149178
|
149179
|
149180
|
149181
|
149182
|
149183