Bugzilla – Attachment 158162 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.32 KB, created by
Lucas Gass (lukeg)
on 2023-10-31 20:37:23 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-10-31 20:37:23 UTC
Size:
2.32 KB
patch
obsolete
>From 51042c73ee6f0dd13833deee663f24635e5fecab 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 > >Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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 c2bdc7867fb..ce860ab4ea2 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -1684,6 +1684,8 @@ modules: > cannot_be_modified: 1 > - > columnname: priority >+ cannot_be_toggled: 1 >+ cannot_be_modified: 1 > - > columnname: change_priority > - >@@ -1696,6 +1698,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 f46a3ef26ad..a9c78d14394 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