
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, main has been updated via bd12167bcd1a363ddd5c80780fb5e70feaf60aeb (commit) from 5b0cb10c8507b59a497b894f1f85a84fa9520b13 (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 bd12167bcd1a363ddd5c80780fb5e70feaf60aeb Author: Stephanie Leary <stephanie.leary@equinoxoli.org> Date: Tue Mar 11 15:29:30 2025 +0000 LP2094843 Overlay missing from Z39.50 actions menu The search results grid for Z39.50 has an Overlay button in the toolbar, but not the actions menu. This restores the action menu option, using [disabled] instead of [disableOnRows] for better conditional logic. Release-note: Add 'Overlay' to Z39.50 search results grid actions menu Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org> Signed-off-by: Carol Witt <wittc@cwmars.org> Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org> diff --git a/Open-ILS/src/eg2/src/app/staff/share/z3950-search/z3950-search.component.html b/Open-ILS/src/eg2/src/app/staff/share/z3950-search/z3950-search.component.html index fbd63c271d..295500556e 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/z3950-search/z3950-search.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/z3950-search/z3950-search.component.html @@ -481,13 +481,11 @@ [disableOnRows]="notOneSelectedForGrid" (onClick)="editThenImport($event)"/> -<!-- -action@disableOnRows is not smart enough to do what we want, cannot use non-grid info <eg-grid-toolbar-action *ngIf="includeNativeCatalog && searchMode !== 'acq'" i18n-label label="Overlay" - [disableOnRows]="cant_overlayForGrid" + [disabled]="cant_overlay()" (onClick)="editThenOverlay($event)"/> ---> <eg-grid-toolbar-action *ngIf="searchMode === 'acq'" ----------------------------------------------------------------------- Summary of changes: .../eg2/src/app/staff/share/z3950-search/z3950-search.component.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) hooks/post-receive -- Evergreen ILS