Bugzilla – Attachment 167331 Details for
Bug 30715
Terminology: Logs should use staff interface and not intranet for the interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30715: Terminology for the log viewer - use 'Staff interface' instead of 'Intranet'
Bug-30715-Terminology-for-the-log-viewer---use-Sta.patch (text/plain), 2.34 KB, created by
David Nind
on 2024-06-03 02:07:09 UTC
(
hide
)
Description:
Bug 30715: Terminology for the log viewer - use 'Staff interface' instead of 'Intranet'
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-06-03 02:07:09 UTC
Size:
2.34 KB
patch
obsolete
>From dffd74dc6c9bf1759852792eab2a4aa8f3567926 Mon Sep 17 00:00:00 2001 >From: David Nind <david@davidnind.com> >Date: Mon, 3 Jun 2024 02:01:30 +0000 >Subject: [PATCH] Bug 30715: Terminology for the log viewer - use 'Staff > interface' instead of 'Intranet' > >The log viewer (Tools > Additional tools > Log viewer) uses >'Intranet' as: >- an option for filtering what log entries to display. >- a value in the log entries interface column, for log entries. > >Koha's terminology guideline is to use 'Staff interface' instead of >'Interface' (https://wiki.koha-community.org/wiki/Terminology#I). > >Test plan: >1. Perform some actions that will create log entries when using the > staff interface. For example: > 1.1 Enable the UseRecalls system preference. > 1.2 Edit the title for a record. > 1.3 Add an item for a record. >2. Use the log viewer to view the logged changes: > 2.1 Go to Tools > Additional tools > Log viewer. > 2.2 Select Submit. > 2.3 Log entries are displayed for the changes made. >3. Note that: > 3.1 For the log viewer 'Interface' filter options, "All" is > selected by default, and other options are Intranet, OPAC, > SIP, Command-line, REST API, and Cron job. > 3.2 For the changes viewed in step 2, the value displayed in > the 'Interface' column is 'Intranet'. >4. Apply the patch. >5. Refresh the page. >6. Note that: > 5.1 For the interface filter options, 'Intranet' is now changed > to 'Staff interface'. > 5.2 In the list of log entries, the value in the interface column > is now 'Staff interface'. >7. Sign off D: > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >index 6b99b08547..7c10c55b65 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >@@ -163,7 +163,7 @@ > > [% BLOCK translate_log_interface %] > [% SWITCH log_interface.upper %] >-[% CASE 'INTRANET' %]<span>Intranet</span> >+[% CASE 'INTRANET' %]<span>Staff interface</span> > [% CASE 'OPAC' %]<span>OPAC</span> > [% CASE 'SIP' %]<span>SIP</span> > [% CASE 'COMMANDLINE' %]<span>Command-line</span> >-- >2.39.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 30715
:
167331
|
167361
|
167669