Bugzilla – Attachment 107750 Details for
Bug 24201
Attach desk to intranet session
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24201: (QA follow-up) Only display desks picker if enabled
Bug-24201-QA-follow-up-Only-display-desks-picker-i.patch (text/plain), 1.25 KB, created by
Martin Renvoize (ashimema)
on 2020-08-04 12:30:28 UTC
(
hide
)
Description:
Bug 24201: (QA follow-up) Only display desks picker if enabled
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-08-04 12:30:28 UTC
Size:
1.25 KB
patch
obsolete
>From 1ab61e14e9dc1fd8418eda928df3facc1f044851 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 4 Aug 2020 12:28:44 +0100 >Subject: [PATCH] Bug 24201: (QA follow-up) Only display desks picker if > enabled > >I missed a case on the authentication page with the prior patch of the >same name. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >index b3650f8de2..699dd10eaf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >@@ -83,7 +83,8 @@ > [% END %] > </select> > </p> >- [% IF Desks.all %] >+ >+ [% IF Koha.Preference('UseCirculationDesks') && Desks.all %] > <p> > <label for="desk">Desk:</label> > <select name="desk_id" id="desk_id" class="input" tabindex="3"> >@@ -93,9 +94,9 @@ > [% END %] > </select> > </p> >+ [% END %] > </fieldset> > [% END %] >-[% END %] > > <!-- <p><label><input name="rememberme" type="checkbox" id="rememberme" value="forever" tabindex="3" />Remember me</label></p> --> > >-- >2.20.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 24201
:
96158
|
96164
|
96165
|
96166
|
101452
|
101564
|
101684
|
101697
|
101704
|
101705
|
101848
|
101865
|
101866
|
101877
|
101878
|
101879
|
101880
|
101881
|
101882
|
101883
|
103839
|
103840
|
105795
|
105869
|
105873
|
105874
|
105875
|
106576
|
107089
|
107090
|
107091
|
107092
|
107093
|
107094
|
107095
|
107096
|
107097
|
107667
|
107668
|
107669
|
107670
|
107671
|
107672
|
107673
|
107674
|
107675
|
107676
|
107677
|
107678
|
107679
|
107680
|
107728
|
107729
|
107730
|
107731
|
107732
|
107750
|
107751
|
107752
|
107815
|
107816
|
107817
|
107818
|
107951
|
107952
|
107967
|
107968
|
107980
|
107981