[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. f6798096d00440661d752865efb357ad4457efa0
Evergreen Git
git at git.evergreen-ils.org
Wed Nov 8 10:50:01 EST 2017
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_0 has been updated
via f6798096d00440661d752865efb357ad4457efa0 (commit)
from 9cb39ee97bea0fd133b439a0695c17109caf403f (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 f6798096d00440661d752865efb357ad4457efa0
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date: Wed Nov 8 11:09:21 2017 -0500
LP#1724885: (follow-up) fix whitespace
Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
diff --git a/Open-ILS/web/js/ui/default/staff/cat/z3950/app.js b/Open-ILS/web/js/ui/default/staff/cat/z3950/app.js
index e3583d1..f25fc97 100644
--- a/Open-ILS/web/js/ui/default/staff/cat/z3950/app.js
+++ b/Open-ILS/web/js/ui/default/staff/cat/z3950/app.js
@@ -238,18 +238,18 @@ function($scope , $q , $location , $timeout , $window, egCore , egGridDataProvi
egAlertDialog.open(egCore.strings.TCN_EXISTS_ERR);
}
} else {
- egConfirmDialog.open(
- egCore.strings.IMPORTED_RECORD_FROM_Z3950,
- egCore.strings.IMPORTED_RECORD_FROM_Z3950_AS_ID,
- { id : result.id() },
- egCore.strings.GO_TO_RECORD,
- egCore.strings.GO_BACK
- ).result.then(function() {
- // NOTE: $location.path('/cat/catalog/record/' + result.id()) did not work
- // for some reason
- $window.location.href = egCore.env.basePath + 'cat/catalog/record/' + result.id();
- });
- }
+ egConfirmDialog.open(
+ egCore.strings.IMPORTED_RECORD_FROM_Z3950,
+ egCore.strings.IMPORTED_RECORD_FROM_Z3950_AS_ID,
+ { id : result.id() },
+ egCore.strings.GO_TO_RECORD,
+ egCore.strings.GO_BACK
+ ).result.then(function() {
+ // NOTE: $location.path('/cat/catalog/record/' + result.id()) did not work
+ // for some reason
+ $window.location.href = egCore.env.basePath + 'cat/catalog/record/' + result.id();
+ });
+ }
}
);
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/web/js/ui/default/staff/cat/z3950/app.js | 24 ++++++++++----------
1 files changed, 12 insertions(+), 12 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list