Bugzilla – Attachment 162594 Details for
Bug 35919
Add record sources CRUD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35919: Fix label for 'can be edited' checkbox
Bug-35919-Fix-label-for-can-be-edited-checkbox.patch (text/plain), 1.09 KB, created by
Jonathan Druart
on 2024-02-29 13:00:04 UTC
(
hide
)
Description:
Bug 35919: Fix label for 'can be edited' checkbox
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-02-29 13:00:04 UTC
Size:
1.09 KB
patch
obsolete
>From ea3050fe96200273a4d13041c423b93e10ff92cf Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 29 Feb 2024 13:59:22 +0100 >Subject: [PATCH] Bug 35919: Fix label for 'can be edited' checkbox > >--- > .../prog/js/vue/components/Admin/RecordSources/Edit.vue | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Admin/RecordSources/Edit.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Admin/RecordSources/Edit.vue >index 6569421c153..df4234452e6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Admin/RecordSources/Edit.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Admin/RecordSources/Edit.vue >@@ -13,7 +13,7 @@ > <span class="required">{{ $__("Required") }}</span> > </li> > <li> >- <label :for="`user_id`"> >+ <label for="can_be_edited"> > {{ $__("Can be edited") }}: > </label> > <input >-- >2.34.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 35919
:
161531
|
161532
|
161533
|
161534
|
161535
|
161537
|
161538
|
161577
|
161578
|
161579
|
161580
|
161581
|
161582
|
161583
|
162489
|
162594
|
162595
|
162596
|
162599
|
163348
|
163349
|
163350
|
163351
|
163352
|
163353
|
163354
|
163355
|
163360
|
163369
|
163389
|
163390
|
163391
|
163392
|
163393
|
163394
|
163395
|
163396
|
163397
|
163398
|
163399
|
163400
|
164708
|
164709
|
164710
|
164711
|
164712
|
164713
|
164714
|
164715
|
164716
|
164717
|
165274