[GIT] Evergreen ILS branch main updated. fd662085836bc5fdddd3e805bf70c9f15de1450b

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 fd662085836bc5fdddd3e805bf70c9f15de1450b (commit) from 6389cb91c34717140ccff29334d807dd1ddd54a1 (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 fd662085836bc5fdddd3e805bf70c9f15de1450b Author: Stephanie Leary <stephanie.leary@equinoxoli.org> Date: Tue Apr 1 15:28:12 2025 +0000 LP2088000 Follow-up: lint Lint fix for parts component changes. Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org> diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/record/parts.component.ts b/Open-ILS/src/eg2/src/app/staff/catalog/record/parts.component.ts index 8dfa44e75c..e1bc13ec8d 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/record/parts.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/catalog/record/parts.component.ts @@ -70,7 +70,7 @@ export class PartsComponent implements OnInit { if (sort.length) { // Sort provided by grid. // Labels sort by label_sortkey instead of label - let sort_name = sort[0].name === 'label' ? 'label_sortkey' : sort[0].name; + const sort_name = sort[0].name === 'label' ? 'label_sortkey' : sort[0].name; orderBy.bmp = sort_name + ' ' + sort[0].dir; } else { orderBy.bmp = 'label_sortkey'; ----------------------------------------------------------------------- Summary of changes: Open-ILS/src/eg2/src/app/staff/catalog/record/parts.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Evergreen ILS
participants (1)
-
Git User