
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, rel_3_15 has been updated via 8d4417cb7f9a65c3b5eacfbbd6e4d1073999d906 (commit) from 0e25f6ea66eacba8cdfd8425e77dc89ce8b73c1f (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 8d4417cb7f9a65c3b5eacfbbd6e4d1073999d906 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