The holdings Edit link no longer includes a redirect and can be
opened/closed as expected via a regular href (routerLink).
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Ruth Frasur <rfrasur@library.in.gov>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
cellTextGenerator: GridCellTextGenerator;
- openHoldingsEditor: (item: number) => void;
-
constructor(
private course: CourseService,
private net: NetService,
this.copyGrid.reload();
}
});
-
- this.openHoldingsEditor = (item: number) => {
- window.open('/eg/staff/cat/item/' + item + '/edit', '_blank');
- };
-
}
orgName(orgId: number): string {