[open-ils-commits] [GIT] Evergreen ILS branch master updated. 5ecd86231003dbe0c810fee71bc5248dfd94a838
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, master has been updated
via 5ecd86231003dbe0c810fee71bc5248dfd94a838 (commit)
from a068f53292d2c31fb3a102e12f8aeaacdabdd276 (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 5ecd86231003dbe0c810fee71bc5248dfd94a838
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