Bugzilla – Attachment 163389 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: Adjust h1
Bug-35919-Adjust-h1.patch (text/plain), 1.20 KB, created by
Jonathan Druart
on 2024-03-19 11:18:02 UTC
(
hide
)
Description:
Bug 35919: Adjust h1
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-03-19 11:18:02 UTC
Size:
1.20 KB
patch
obsolete
>From bcfb400577260e7bd554bab9ba76e900348b9ce4 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 19 Mar 2024 12:17:49 +0100 >Subject: [PATCH] Bug 35919: Adjust h1 > >--- > .../prog/js/vue/components/Admin/RecordSources/FormAdd.vue | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Admin/RecordSources/FormAdd.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Admin/RecordSources/FormAdd.vue >index 2b7994224cb..226cc2be911 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Admin/RecordSources/FormAdd.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Admin/RecordSources/FormAdd.vue >@@ -2,7 +2,11 @@ > <div v-if="!initialized">{{ $__("Loading") }}</div> > <div v-else id="record_source_edit"> > <h1 v-if="record_source.record_source_id"> >- {{ $__("Edit '%s'").format(record_source.name) }} >+ {{ >+ $__("Edit record source #%s").format( >+ record_source.record_source_id >+ ) >+ }} > </h1> > <h1 v-else>{{ $__("Add record source") }}</h1> > <form @submit="onSubmit($event)"> >-- >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