LP#1721636: UpUp needs to know about i18n.js for offline mode
authorMike Rylander <mrylander@gmail.com>
Thu, 5 Oct 2017 20:25:40 +0000 (16:25 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Wed, 8 Nov 2017 15:27:19 +0000 (10:27 -0500)
Any resource that is loaded globally, which mostly means stuff in base.tt2
and base_js.tt2, needs to be added to the UpUp resource list so that offline
mode will function in the face of a cache clearing event.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/staff/base_js.tt2

index 7973500..2932e45 100644 (file)
@@ -1,3 +1,16 @@
+[%#
+
+  ***************************************************************************
+  * !!! ATTENTION !!! !!! ATTENTION !!! !!! ATTENTION !!! !!! ATTENTION !!! *
+  ***************************************************************************
+
+If anything is added to the bottom half of this file
+for global use, it will probably need to be added to
+the UpUp resource list!
+
+%]
+
+
 <script src="/upup.min.js"></script>
 <script>
 UpUp.start({
@@ -58,6 +71,7 @@ UpUp.start({
     '[% ctx.media_prefix %]/js/ui/default/staff/services/user.js',
     '[% ctx.media_prefix %]/js/ui/default/staff/services/navbar.js',
     '[% ctx.media_prefix %]/js/ui/default/staff/services/ui.js',
+    '[% ctx.media_prefix %]/js/ui/default/staff/services/i18n.js',
     '[% ctx.media_prefix %]/js/ui/default/staff/services/date.js',
     '[% ctx.media_prefix %]/js/ui/default/staff/services/op_change.js',
     '[% ctx.media_prefix %]/js/ui/default/staff/services/lovefield.js',