[open-ils-commits] [GIT] Evergreen ILS branch rel_3_4 updated. effec3e2a44c94e696c8996ec30d29a893df940b
Evergreen Git
git at git.evergreen-ils.org
Fri Feb 21 11:48:42 EST 2020
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_4 has been updated
via effec3e2a44c94e696c8996ec30d29a893df940b (commit)
from a3e9b1833f0242c408264f35569f322296068806 (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 effec3e2a44c94e696c8996ec30d29a893df940b
Author: Bill Erickson <berickxx at gmail.com>
Date: Tue Jan 21 10:07:30 2020 -0500
LP1860275 Staff catalog add mono part repair
Fixes a bug in the New Monograph Part dialog which prevented passing the
bib record ID during the creation process, which resulted in a database
error and faulure to create the part.
Signed-off-by: Bill Erickson <berickxx at gmail.com>
Signed-off-by: Tiffany Little <tlittle at georgialibraries.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 9766c7f8d3..569c5bf1d2 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
@@ -38,6 +38,10 @@ export class PartsComponent implements OnInit {
}
}
+ get recordId(): number {
+ return this.recId;
+ }
+
constructor(
private idl: IdlService,
private org: OrgService,
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/eg2/src/app/staff/catalog/record/parts.component.ts | 4 ++++
1 file changed, 4 insertions(+)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list