Bugzilla – Attachment 149118 Details for
Bug 33355
ERM UI and markup has some issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33355: Add missing counter number to related users in agreements and licenses to be in line with other related content
Bug-33355-Add-missing-counter-number-to-related-us.patch (text/plain), 1.97 KB, created by
Jonathan Druart
on 2023-04-04 07:36:17 UTC
(
hide
)
Description:
Bug 33355: Add missing counter number to related users in agreements and licenses to be in line with other related content
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-04-04 07:36:17 UTC
Size:
1.97 KB
patch
obsolete
>From a17aabc4269b175aa28ef09305ed10251e7f25e1 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Wed, 29 Mar 2023 08:33:30 +0000 >Subject: [PATCH] Bug 33355: Add missing counter number to related users in > agreements and licenses to be in line with other related content > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../prog/js/vue/components/ERM/AgreementsFormAdd.vue | 2 +- > .../prog/js/vue/components/ERM/LicensesFormAdd.vue | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsFormAdd.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsFormAdd.vue >index f57787a9624..e351c2de28e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsFormAdd.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsFormAdd.vue >@@ -137,7 +137,7 @@ > </fieldset> > <AgreementPeriods :periods="agreement.periods" /> > <UserRoles >- :user_type="$__('Agreement user')" >+ :user_type="$__('Agreement user %s')" > :user_roles="agreement.user_roles" > :av_user_roles="av_user_roles" > /> >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 d8b4b449e6c..84996e5e843 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 >@@ -113,7 +113,7 @@ > </ol> > </fieldset> > <UserRoles >- :user_type="$__('License user')" >+ :user_type="$__('License user %s')" > :user_roles="license.user_roles" > :av_user_roles="av_user_roles" > /> >-- >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 33355
:
148885
|
148886
|
148887
|
148888
|
148934
|
148935
|
148936
|
149116
|
149117
|
149118
|
149760
|
149761
|
149883
|
149884
|
149885
|
150043
|
150044
|
150045
|
150163
|
150164
|
150165
|
150759
|
150760
|
150761