[Koha-bugs] [Bug 20974] Remove files left behind after removing Solr

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jul 15 19:17:55 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20974

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |katrin.fischer at bsz-bw.de
             Status|Failed QA                   |Signed Off

--- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Hi Marcel, please take a closer look. There are small differences:


1) git grep -E "INCLUDE [']?facets.inc"
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt:[% INCLUDE
'facets.inc' %]

This is the intranet version of the file. The patch removes from bootstrap.

2) git grep -E "INCLUDE [']?page-numbers.inc"
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt:                [%
INCLUDE 'page-numbers.inc' %]
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt:        [% INCLUDE
'page-numbers.inc' %]
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results-grouped.tt:              
             [% INCLUDE 'page-numbers.inc' %]
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt:                   
<div id="top-pages">[% INCLUDE 'page-numbers.inc' %]</div>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt:                      
 <div id="bottom-pages">[% INCLUDE 'page-numbers.inc' %]</div>

The file removed is from includes/search/, not includes. The file in includes
is still there.

3) git grep -E "INCLUDE [']?resort_form.inc"
Same for this one, the difference is includes/search vs. includes.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list