Bugzilla – Attachment 164927 Details for
Bug 35657
Add ability to assign tickets to librarians for catalog concerns
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35657: Display assignee under 'Status' column
Bug-35657-Display-assignee-under-Status-column.patch (text/plain), 1.29 KB, created by
Martin Renvoize (ashimema)
on 2024-04-16 12:44:46 UTC
(
hide
)
Description:
Bug 35657: Display assignee under 'Status' column
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-04-16 12:44:46 UTC
Size:
1.29 KB
patch
obsolete
>From e6d886b3a651d09dd74a8ac8e380359bb49fe157 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 29 Dec 2023 12:01:07 +0000 >Subject: [PATCH] Bug 35657: Display assignee under 'Status' column > >--- > .../intranet-tmpl/prog/en/modules/cataloguing/concerns.tt | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/concerns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/concerns.tt >index 046e3d936e0..56b1cc258d6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/concerns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/concerns.tt >@@ -181,6 +181,12 @@ > } else { > result += _("Open"); > } >+ if (row.assignee) { >+ result += '<span class="clearfix">' + _("Assigned to: ") + $patron_to_html(row.assignee, { >+ display_cardnumber: false, >+ url: true >+ }) + '</span>'; >+ } > } > return result; > }, >-- >2.44.0
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 35657
:
160365
|
160366
|
160367
|
160368
|
160369
|
160372
|
160373
|
160374
|
160375
|
160376
|
160377
|
164923
|
164924
|
164925
|
164926
|
164927
|
164928
|
164932
|
164933
|
164934
|
164935
|
164974
|
164975
|
164976
|
164977
|
165666
|
165667
|
165668
|
165669
|
165670
|
165671
|
165672
|
165673
|
165674
|
165675
|
165676
|
165677
|
165678
|
165679
|
165786
|
165787
|
165788
|
165789
|
165790
|
165791
|
165792
|
165878
|
165879
|
165880
|
165881
|
165882
|
165883
|
165884
|
165885
|
165886
|
166067