Bugzilla – Attachment 146908 Details for
Bug 33002
'Archive selected' button missing?
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33002: Restore "Archive selected" for archiving multiple suggestions
Bug-33002-Restore-Archive-selected-for-archiving-m.patch (text/plain), 2.13 KB, created by
Katrin Fischer
on 2023-02-18 10:06:14 UTC
(
hide
)
Description:
Bug 33002: Restore "Archive selected" for archiving multiple suggestions
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-02-18 10:06:14 UTC
Size:
2.13 KB
patch
obsolete
>From 4aac9e591b47c83548afa9166eb369ef64fa7755 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 18 Feb 2023 10:04:07 +0000 >Subject: [PATCH] Bug 33002: Restore "Archive selected" for archiving multiple > suggestions > >It looks like this button, added by bug 30599 was later >accidentally removed again. This is giving it a comeback. > >To test: >1 - Apply patch >2 - Create some purchase suggestions >3 - Select several suggestions >4 - Click 'Archive selected' >5 - Suggestions are archived >6 - You can view archived suggestions by selecting 'Suggestion information'->'Include archived' >--- > .../prog/en/modules/suggestion/suggestion.tt | 10 ++++++++++ > 1 file changed, 10 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >index 4bed26ce98..93d6cac8e7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >@@ -992,6 +992,16 @@ > </fieldset> > </fieldset> > </div> <!-- /.col-sm-2 --> >+ <div class="col-sm-2"> >+ <fieldset class="brief"> >+ <span class="label">Archive selected</span> >+ <input type="hidden" name="branchcode" value="[% branchfilter | html %]" /> >+ <input type="hidden" name="filter_archived" value="[% filter_archived | html %]" /> >+ <fieldset class="action"> >+ <button type="submit" class="btn btn-primary" value="archive">Archive</button> >+ </fieldset> >+ </fieldset> >+ </div> <!-- /.col-sm-2 --> > </div> <!-- /.row --> > > [% ELSE %] >-- >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 33002
:
146908
|
146909
|
146921
|
146959
|
147016