Bugzilla – Attachment 150143 Details for
Bug 32931
ERM - (is perpetual) Yes / No options untranslatable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32931: Fix translatability issues on 'show agreement' view
Bug-32931-Fix-translatability-issues-on-show-agree.patch (text/plain), 1.33 KB, created by
David Nind
on 2023-04-23 22:13:24 UTC
(
hide
)
Description:
Bug 32931: Fix translatability issues on 'show agreement' view
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-04-23 22:13:24 UTC
Size:
1.33 KB
patch
obsolete
>From 02021c0634a6ed4f6431b54829d5fe46510e1e2b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 19 Apr 2023 08:53:03 +0200 >Subject: [PATCH] Bug 32931: Fix translatability issues on 'show agreement' > view > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../prog/js/vue/components/ERM/AgreementsShow.vue | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsShow.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsShow.vue >index 4bc8d8be17..81d49a4158 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsShow.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsShow.vue >@@ -62,8 +62,10 @@ > </li> > <li> > <label>{{ $__("Is perpetual") }}:</label> >- <span v-if="agreement.is_perpetual">Yes</span> >- <span v-else>No</span> >+ <span v-if="agreement.is_perpetual">{{ >+ $__("Yes") >+ }}</span> >+ <span v-else>{{ $__("No") }}</span> > </li> > <li> > <label>{{ $__("Renewal priority") }}:</label> >-- >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 32931
:
149727
|
149834
|
149835
|
150142
|
150143
|
150205
|
150206