Bugzilla – Attachment 156736 Details for
Bug 25672
Administrators should be able to restrict client-side plugin upload to trusted sources
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25672: (QA follow-up) Hide install after search button
Bug-25672-QA-follow-up-Hide-install-after-search-b.patch (text/plain), 2.40 KB, created by
Martin Renvoize (ashimema)
on 2023-10-09 11:44:03 UTC
(
hide
)
Description:
Bug 25672: (QA follow-up) Hide install after search button
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-10-09 11:44:03 UTC
Size:
2.40 KB
patch
obsolete
>From c9b37d9faac03c617190b50538792ed4b4543967 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 22 Jul 2020 09:10:29 +0100 >Subject: [PATCH] Bug 25672: (QA follow-up) Hide install after search button > >If plugin upload is disabled, but there are git repositories listed in >the config for plugin searching, then you can search for a plugin and >attempt to install it. The install leads to an error page. > >This patch removes the actions column and install button should the >enable_browser_upload option be disabled > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >Signed-off-by: David Cook <dcook@prosentient.com.au> >--- > .../intranet-tmpl/prog/en/modules/plugins/plugins-home.tt | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt >index 98f71298a32..aefd39d1e27 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt >@@ -90,7 +90,9 @@ > <th>Description</th> > <th>Organization</th> > <th>Latest version</th> >+ [% IF ( enable_browser_upload ) %] > <th> </th> >+ [% END %] > </tr> > </thead> > >@@ -100,7 +102,9 @@ > <td>[% sr.result.description | html %]</td> > <td>[% sr.repo.name | html %]</td> > <td>[% sr.result.tag_name | html %]</td> >+ [% IF ( enable_browser_upload ) %] > <td><a class="btn btn-default btn-sm btn-install-plugin" href="/cgi-bin/koha/plugins/plugins-upload.pl?op=Upload&uploadfile=[% sr.result.install_name | uri %]&uploadlocation=[% sr.result.install_url | uri %]"><i class="fa fa-download"></i> Install</a></td> >+ [% END %] > </tr> > [% END %] > </table> >-- >2.41.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 25672
:
106651
|
106671
|
106673
|
106674
|
107172
|
107173
|
107174
|
153824
|
153825
|
153826
|
153827
|
153925
|
154423
|
154424
|
154425
|
154426
|
154427
|
154453
|
154455
|
154464
|
154465
|
154466
|
154467
|
154468
|
154474
|
154475
|
154476
|
154477
|
154478
|
156715
|
156716
|
156717
|
156718
|
156719
|
156720
|
156734
|
156735
|
156736
|
156737
|
156738
|
156739
|
156740
|
157730
|
157810
|
157811
|
157812
|
157813
|
157814
|
157815
|
157816
|
157817
|
157836
|
157837
|
157838
|
157839
|
157840
|
157841
|
157842
|
157843
|
157846
|
157847
|
157848
|
157849
|
157850
|
157851
|
157852
|
157853