Bugzilla – Attachment 182190 Details for
Bug 39628
Display 'diff' in action logs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39628: Show diff in log viewer and column settings
Bug-39628-Show-diff-in-log-viewer-and-column-setti.patch (text/plain), 2.13 KB, created by
Emily Lamancusa (emlam)
on 2025-05-09 15:20:12 UTC
(
hide
)
Description:
Bug 39628: Show diff in log viewer and column settings
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2025-05-09 15:20:12 UTC
Size:
2.13 KB
patch
obsolete
>From f95572c488066bfd346f70214c8546c025e78b13 Mon Sep 17 00:00:00 2001 >From: Andrew Fuerste Henry <andrew@bywatersolutions.com> >Date: Mon, 14 Apr 2025 15:38:38 +0000 >Subject: [PATCH] Bug 39628: Show diff in log viewer and column settings > >To test: >1 - apply patch >2 - search the log viewer for item edits or something else that records a diff value >3 - see that diff in the new column >4 - confirm the diff value is present in exports and prints >5 - confirm you can use column config to hide that diff value > >Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > admin/columns_settings.yml | 2 ++ > koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt | 2 ++ > 2 files changed, 4 insertions(+) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index bb1db657a5..392cf2589e 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -2435,6 +2435,8 @@ modules: > columnname: info > - > columnname: interface >+ - >+ columnname: diff > marc-modification-templates: > templatest: > columns: >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 672b2db413..af1d761cbd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >@@ -244,6 +244,7 @@ > <th>Object</th> > <th>Info</th> > <th>Interface</th> >+ <th>Diff</th> > </tr> > </thead> > <tbody> >@@ -361,6 +362,7 @@ > [% END %] > </td> > <td>[% PROCESS translate_log_interface log_interface=loopro.interface %]</td> >+ <td>[% loopro.diff | html %]</td> > </tr> > [% END %] > </tbody> >-- >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 39628
:
180922
|
180937
| 182190