projects
/
Evergreen.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
LP1907286 Staff catalog sets last retrieved record
[Evergreen.git]
/
Open-ILS
/
src
/
eg2
/
src
/
app
/
staff
/
catalog
/
record
/
record.component.ts
diff --git
a/Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.ts
b/Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.ts
index
fc7ba54
..
80e6e19
100644
(file)
--- a/
Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.ts
+++ b/
Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.ts
@@
-66,6
+66,8
@@
export class RecordComponent implements OnInit {
this.recordId = +params.get('id');
this.searchContext = this.staffCat.searchContext;
+ this.store.setLocalItem('eg.cat.last_record_retrieved', this.recordId);
+
if (!this.recordTab) {
this.recordTab = this.defaultTab || 'item_table';
}