[open-ils-commits] [GIT] Evergreen ILS branch master updated. ceda20ae40203ef15056dce5dd453e9f8558cf9e
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, master has been updated
via ceda20ae40203ef15056dce5dd453e9f8558cf9e (commit)
from 86cef2f89265717ffc5e2665fee7a0adf8a30d4b (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 ceda20ae40203ef15056dce5dd453e9f8558cf9e
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 9ba6927..911e4f6 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
@@ -239,18 +239,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