Bugzilla – Attachment 164704 Details for
Bug 31791
Add the ability to lock records to prevent modification through the Koha staff interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31791: Display record source on the detail view
Bug-31791-Display-record-source-on-the-detail-view.patch (text/plain), 1.63 KB, created by
Lucas Gass (lukeg)
on 2024-04-11 13:39:07 UTC
(
hide
)
Description:
Bug 31791: Display record source on the detail view
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-04-11 13:39:07 UTC
Size:
1.63 KB
patch
obsolete
>From d153483ea3fdc653ceadb5f994793bcb44a2caf5 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 20 Mar 2024 12:52:25 +0000 >Subject: [PATCH] Bug 31791: Display record source on the detail view > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > .../prog/en/modules/catalogue/detail.tt | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index 22521ee41f..7f2a684be0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -153,6 +153,18 @@ > <span id="catalogue_detail_elastic_record" class="results_summary"><span class="label">Elasticsearch record:</span> <a href="/cgi-bin/koha/catalogue/showelastic.pl?id=[% biblionumber | uri %]" title="Elasticsearch record" class="previewElastic">Show</a></span> > [% END %] > >+ [% SET record_source = biblio.metadata.record_source %] >+ [% IF ( record_source ) %] >+ <span id="catalogue_detail_record_source" class="results_summary"> >+ <span class="label">Record source:</span> >+ [% IF record_source.can_be_edited %] >+ [% record_source.name | html %] >+ [% ELSE %] >+ [% record_source.name | html %] <i class="fa fa-lock"></i> >+ [% END %] >+ </span> >+ [% END %] >+ > [% IF ( holdcount ) %] > <span class="results_summary"> > <span class="label">Holds:</span> >-- >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 31791
:
163371
|
163372
|
163373
|
163374
|
163375
|
163376
|
163377
|
163378
|
163405
|
163408
|
163410
|
163411
|
163413
|
163414
|
163415
|
163416
|
163426
|
163427
|
163428
|
163429
|
163430
|
163431
|
163432
|
163433
|
163434
|
163531
|
163532
|
163533
|
163534
|
163535
|
163536
|
163537
|
163538
|
163539
|
163545
|
164193
|
164194
|
164195
|
164196
|
164197
|
164696
|
164697
|
164698
|
164699
|
164700
|
164701
|
164702
|
164703
|
164704
|
164705
|
165044
|
165045
|
165046
|
165047
|
165048
|
165049
|
165050
|
165051
|
165052
|
165053
|
165697