Bugzilla – Attachment 169331 Details for
Bug 37144
Add a subpermission for hiding patron contact information
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37144: Added global js variable`
Bug-37144-Added-global-js-variable.patch (text/plain), 1.23 KB, created by
Laura Escamilla
on 2024-07-22 17:13:39 UTC
(
hide
)
Description:
Bug 37144: Added global js variable`
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2024-07-22 17:13:39 UTC
Size:
1.23 KB
patch
obsolete
>From 90397cb7f0ad6aeddfa5ff792001f5cebf78bf44 Mon Sep 17 00:00:00 2001 >From: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >Date: Mon, 22 Jul 2024 17:01:14 +0000 >Subject: [PATCH] Bug 37144: Added global js variable` > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc >index 035a50499f..0325a80c5b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc >@@ -72,6 +72,7 @@ > var defaultPatronSearchFields = "[% Koha.Preference('DefaultPatronSearchFields') || 'firstname|middle_name|surname|othernames|cardnumber|userid' | html %]"; > var defaultPatronSearchMethod = "[% Koha.Preference('DefaultPatronSearchMethod') || 'contains' | html %]"; > var extendedPatronAttributes = "[% Koha.Preference('ExtendedPatronAttributes') | html %]"; >+ var ViewContactInformation = '[% CAN_user_borrowers_view_contact_information | html %]'; > var loggedInLibrary = '[% Branches.GetLoggedInBranchcode | html %]'; > var singleBranchMode = '[% singleBranchMode | html %]'; > </script> >-- >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 37144
:
168282
|
168283
|
168284
|
168387
|
168388
|
168389
|
168390
|
168391
|
168392
|
168393
|
168394
|
168460
|
168463
|
169320
|
169321
|
169322
|
169323
|
169324
|
169325
|
169326
|
169327
|
169328
|
169329
|
169330
| 169331 |
169332
|
169333
|
169334