[open-ils-commits] [GIT] Evergreen ILS branch master updated. 4d7851e38fc3cadd4d767e160c71dcc4a5cbfb06
Evergreen Git
git at git.evergreen-ils.org
Tue Mar 13 11:11:22 EDT 2018
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 4d7851e38fc3cadd4d767e160c71dcc4a5cbfb06 (commit)
from b914da63fbecd60f5a32934c13c711b72c1de0da (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 4d7851e38fc3cadd4d767e160c71dcc4a5cbfb06
Author: Bill Erickson <berickxx at gmail.com>
Date: Fri Feb 23 15:20:48 2018 -0500
LP#1751318 Remove direct tablesort import
Avoid attempts to directly import angular-tablesort.js from the offline
interface. The script is already included in vendor.bundle.js and the
direct import, which refers to a nonexistant file, breaks the Perl live
test for offline dependency checking.
Signed-off-by: Bill Erickson <berickxx at gmail.com>
Signed-off-by: Jason Stephenson <jason at sigio.com>
diff --git a/Open-ILS/src/templates/staff/offline-interface.tt2 b/Open-ILS/src/templates/staff/offline-interface.tt2
index 725b7c3..16424ce 100644
--- a/Open-ILS/src/templates/staff/offline-interface.tt2
+++ b/Open-ILS/src/templates/staff/offline-interface.tt2
@@ -598,7 +598,6 @@
<!-- offline page app -->
<script src="[% ctx.media_prefix %]/js/ui/default/staff/services/file.js"></script>
<script src="[% ctx.media_prefix %]/js/ui/default/staff/offline.js"></script>
-<script src="[% ctx.media_prefix %]/js/ui/default/staff/build/js/angular-tablesort.js"></script>
<script>
angular.module('egCoreMod').run(['egStrings', function(s) {
s.OFFLINE_BLOCKLIST_SUCCESS = "[% l('Offline blocklist downloaded') %]";
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/staff/offline-interface.tt2 | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list