Bugzilla – Attachment 150041 Details for
Bug 33575
Add table settings to the holds table for a specific record in the staff interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33575: (follow-up) don't allow priority and pickup location to be hidden
Bug-33575-follow-up-dont-allow-priority-and-pickup.patch (text/plain), 2.19 KB, created by
Lucas Gass (lukeg)
on 2023-04-21 14:20:07 UTC
(
hide
)
Description:
Bug 33575: (follow-up) don't allow priority and pickup location to be hidden
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-04-21 14:20:07 UTC
Size:
2.19 KB
patch
obsolete
>From 269fcb06ba5be273ccc902568ecd857efcd502fc Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 21 Apr 2023 14:10:51 +0000 >Subject: [PATCH] Bug 33575: (follow-up) don't allow priority and pickup > location to be hidden > >--- > admin/columns_settings.yml | 4 ++++ > koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc | 2 +- > 2 files changed, 5 insertions(+), 1 deletion(-) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index 89432b10a6..a2f38a7605 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -1561,6 +1561,8 @@ modules: > cannot_be_modified: 1 > - > columnname: priority >+ cannot_be_toggled: 1 >+ cannot_be_modified: 1 > - > columnname: change_priority > - >@@ -1573,6 +1575,8 @@ modules: > columnname: expiration > - > columnname: pickup_library >+ cannot_be_toggled: 1 >+ cannot_be_modified: 1 > - > columnname: details > - >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >index f46a3ef26a..a9c78d1439 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >@@ -16,7 +16,7 @@ > <th id="pickup_library" data-colname="pickup_library">Pickup library</th> > <th id="details" data-colname="details">Details</th> > [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %] >- <th id="set_lowest_priority" data-colname="set_lowest_priority"><i class="fa fa-lg fa-rotate-90 fa-fast-forward" title="Toggle set to lowest priority"></i></th> >+ <th id="set_lowest_priority" data-colname="set_lowest_priority"><span style="display:none;">Set lowest priority</span><i class="fa fa-lg fa-rotate-90 fa-fast-forward" title="Toggle set to lowest priority"></i></th> > [% END %] > <th id="delete" data-colname="delete">Delete</th> > <th id="suspend" data-colname="suspend">Suspend</th> >-- >2.30.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 33575
:
149970
|
150041
|
150187
|
150188
|
150915
|
150916
|
150917
|
158161
|
158162
|
158163