LP#1980867 follow-up: default to showing the traditional catalog, add release notes
[evergreen-equinox.git] / Open-ILS / web / js / ui / default / staff / services / navbar.js
index 54f9e71..e6d506c 100644 (file)
@@ -129,8 +129,8 @@ angular.module('egCoreMod')
                                 $scope.showRecentPatron = val > 0;
                                 $scope.showRecentPatrons = val > 1;
 
-                                $scope.showTraditionalCatalog =
-                                    s['ui.staff.traditional_catalog.enabled'];
+                                val = s['ui.staff.traditional_catalog.enabled'];
+                                $scope.showTraditionalCatalog = (val !== false);
                                 $scope.enableCurbside = 
                                     s['circ.curbside'];
                             }).then(function() {