From 57d560c87016178a4669a2002db0209522e238a9 Mon Sep 17 00:00:00 2001 From: Stephanie Leary Date: Mon, 17 Apr 2023 20:24:36 +0000 Subject: [PATCH] LP1994711 Restore to staff banner Restores to staff-banner.component.html for pages that don't have their titles set by any other method. Signed-off-by: Stephanie Leary Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/src/app/staff/share/staff-banner.component.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Open-ILS/src/eg2/src/app/staff/share/staff-banner.component.ts b/Open-ILS/src/eg2/src/app/staff/share/staff-banner.component.ts index 6055fbcaa3..f32afa2200 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/staff-banner.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/share/staff-banner.component.ts @@ -3,6 +3,8 @@ import {Component, OnInit, Input} from '@angular/core'; @Component({ selector: 'eg-staff-banner', template: ` + +

-- 2.11.0