[open-ils-commits] [GIT] Evergreen ILS branch rel_3_5 updated. 83c236951645ccfe244ba094684d26ba3b2d006a

Evergreen Git git at git.evergreen-ils.org
Mon Jul 20 16:50:08 EDT 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_3_5 has been updated
       via  83c236951645ccfe244ba094684d26ba3b2d006a (commit)
      from  09e7d384b0523be53c64e736889c141fd94108d0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 83c236951645ccfe244ba094684d26ba3b2d006a
Author: Bill Erickson <berickxx at gmail.com>
Date:   Fri Jul 3 10:05:33 2020 -0400

    LP1886118 Staff catalog search format repair
    
    Fixes an error in the staff catalog search params builder with regard to
    encoding the search format.  The 'format' param should be 'search_format'.
    
    Signed-off-by: Bill Erickson <berickxx at gmail.com>
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/eg2/src/app/share/catalog/search-context.ts b/Open-ILS/src/eg2/src/app/share/catalog/search-context.ts
index 7010d9eff3..57d9db6573 100644
--- a/Open-ILS/src/eg2/src/app/share/catalog/search-context.ts
+++ b/Open-ILS/src/eg2/src/app/share/catalog/search-context.ts
@@ -611,7 +611,7 @@ export class CatalogSearchContext {
         }
 
         if (ts.format) {
-            str += ' format(' + ts.format + ')';
+            str += ' search_format(' + ts.format + ')';
         }
 
         if (this.global) {

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/eg2/src/app/share/catalog/search-context.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list