Bugzilla – Attachment 98941 Details for
Bug 8595
Link to 'host item' confusing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8595: Rename 'host item' to 'host record'
Bug-8595-Rename-host-item-to-host-record.patch (text/plain), 2.02 KB, created by
Bernardo Gonzalez Kriegel
on 2020-02-14 13:03:07 UTC
(
hide
)
Description:
Bug 8595: Rename 'host item' to 'host record'
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2020-02-14 13:03:07 UTC
Size:
2.02 KB
patch
obsolete
>From 9fb69c1e0d695ce13b760e7f5ea117ab58f8c436 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Thu, 13 Feb 2020 21:23:58 +0000 >Subject: [PATCH] Bug 8595: Rename 'host item' to 'host record' > >To test: > >1) Enable the syspref EasyAnalyticalRecords >2) Find a biblio record, go to the detail page >3) Click the Edit dropdown and notice the option "Link to host item" >4) Apply patch and refresh page >5) Click the Edit dropdown and confirm the renamed "Link to host record" >button > >Sponsored-by: Catalyst IT > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Change makes sense, no errors. >--- > koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >index 12b903d039..e6259f991c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >@@ -57,7 +57,7 @@ CAN_user_serials_create_subscription ) %] > > [% IF ( CAN_user_editcatalogue_edit_items ) %]<li><a href="/cgi-bin/koha/cataloguing/moveitem.pl?biblionumber=[% biblionumber | uri %]">Attach item</a></li>[% END %] > >- [% IF ( EasyAnalyticalRecords ) %][% IF ( CAN_user_editcatalogue_edit_items ) %]<li><a href="/cgi-bin/koha/cataloguing/linkitem.pl?biblionumber=[% biblionumber | uri %]">Link to host item</a>[% END %][% END %] >+ [% IF ( EasyAnalyticalRecords ) %][% IF ( CAN_user_editcatalogue_edit_items ) %]<li><a href="/cgi-bin/koha/cataloguing/linkitem.pl?biblionumber=[% biblionumber | uri %]">Link to host record</a>[% END %][% END %] > [% IF ( LocalCoverImages || OPACLocalCoverImages) %][% IF ( CAN_user_tools_upload_local_cover_images ) %]<li><a href="/cgi-bin/koha/tools/upload-cover-image.pl?biblionumber=[% biblionumber | uri %]&filetype=image">Upload image</a>[% END %][% END %] > > [% IF ( CAN_user_editcatalogue_edit_catalogue ) %] >-- >2.17.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 8595
:
98889
|
98941
|
99549
|
100321
|
100322
|
101102
|
101103