[GIT] Evergreen ILS branch rel_3_14 updated. d8cc5721199cca2c4934fd43280402da4bc5b46e

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_14 has been updated via d8cc5721199cca2c4934fd43280402da4bc5b46e (commit) from 10b6230535c76254a479464a03185ca1a0f2fd37 (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 d8cc5721199cca2c4934fd43280402da4bc5b46e 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