[open-ils-commits] [GIT] Evergreen ILS branch rel_3_4 updated. fe27ffee96efcffb0ac9f8c26599f1492e1c5c3d
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_4 has been updated
via fe27ffee96efcffb0ac9f8c26599f1492e1c5c3d (commit)
from 1f2e3549a2d744aa57ad248566eb5e1bb14070a7 (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 fe27ffee96efcffb0ac9f8c26599f1492e1c5c3d
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 041d710a4b..28d5c8bd5a 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
@@ -598,7 +598,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