Commit 4605e1f
LP#1952388: fix adding to Record Bucket from Item Status Detail View
Correct the method call in the app.js file to ensure that items can be added to a Record Bucket from the Item Status Detail View. This resolves the issue where \"Add to Record Bucket\" fails silently due to a TypeError.
- Change `itemSvc.add_records_to_bucket` to `itemSvc.add_copies_to_bucket` in the `add_records_to_bucket` function.
Release-Note: fix inability to add items to Record Bucket from Item Status Detail View.
Signed-off-by: Ian Skelskey <[email protected]>
Signed-off-by: Jane Sandberg <[email protected]>
Signed-off-by: Steven Mayo <[email protected]>
Signed-off-by: Shula Link <[email protected]>
Signed-off-by: Michele Morgan <[email protected]>
Signed-off-by: Ruth Frasur Davis <[email protected]>1 parent abdba83 commit 4605e1f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments