From e2a65ed500e2c7d662d95ad6c448962e9394be9f Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 12 May 2014 17:20:16 -0400 Subject: [PATCH] alert/messages menu entry Signed-off-by: Bill Erickson --- Open-ILS/src/templates/staff/circ/patron/index.tt2 | 6 +++++- Open-ILS/web/js/ui/default/staff/circ/patron/app.js | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/staff/circ/patron/index.tt2 b/Open-ILS/src/templates/staff/circ/patron/index.tt2 index b7fdbc2ca7..18a0b572ba 100644 --- a/Open-ILS/src/templates/staff/circ/patron/index.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/index.tt2 @@ -67,10 +67,14 @@ angular.module('egCoreMod').run(['egStrings', function(s) {
  • diff --git a/Open-ILS/web/js/ui/default/staff/circ/patron/app.js b/Open-ILS/web/js/ui/default/staff/circ/patron/app.js index 7140993fcd..1526516d04 100644 --- a/Open-ILS/web/js/ui/default/staff/circ/patron/app.js +++ b/Open-ILS/web/js/ui/default/staff/circ/patron/app.js @@ -698,11 +698,11 @@ function($scope, $routeParams , $location , egCore) { .controller('PatronAlertsCtrl', ['$scope','$routeParams','$location','egCore','patronSvc', function($scope, $routeParams , $location , egCore , patronSvc) { - patronSvc.alertsShown = true; // called with a patron, pre-populate the form args $scope.initTab('other', $routeParams.id).then( function() { + patronSvc.alertsShown = true; } ); }]) -- 2.11.0