This local storage key is expected by AngularJS interfaces, and
the AngularJS item status page in particular remains relevant for
now. This prevents a regression whereby marking a call number/volume
target in the Angular Holdings View interface would not set a
target that would work when trying to initiate a transfer from the
AngularJS Item Status interface.
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
orgId = node.target.id();
// Clear call number target when performed on an org unit row
- this.localStore.removeLocalItem('eg.cat.transfer_target_callnum');
+ this.localStore.removeLocalItem('eg.cat.transfer_target_vol');
} else if (node.nodeType === 'callNum') {
// Add call number target when performed on a call number row.
this.localStore.setLocalItem(
- 'eg.cat.transfer_target_callnum', node.target.id());
+ 'eg.cat.transfer_target_vol', node.target.id());
}
this.localStore.setLocalItem('eg.cat.transfer_target_record', this.recordId);