From 08c625b788f8e10d2ebd6cdca8ec831300192f3c Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Tue, 25 Apr 2023 13:38:14 +0530 Subject: [PATCH] Show names in OneDrive restore progressbar (#3208) Related https://github.com/alcionai/corso/pull/3168 --- #### Does this PR need a docs update or release note? - [ ] :white_check_mark: Yes, it's included - [ ] :clock1: Yes, but in a later PR - [x] :no_entry: No #### Type of change - [ ] :sunflower: Feature - [x] :bug: Bugfix - [ ] :world_map: Documentation - [ ] :robot: Supportability/Tests - [ ] :computer: CI/Deployment - [ ] :broom: Tech Debt/Cleanup #### Issue(s) * https://github.com/alcionai/corso/issues/3113 #### Test Plan - [x] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- src/internal/connector/onedrive/restore.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal/connector/onedrive/restore.go b/src/internal/connector/onedrive/restore.go index cf968bedd..6eee0314b 100644 --- a/src/internal/connector/onedrive/restore.go +++ b/src/internal/connector/onedrive/restore.go @@ -624,7 +624,7 @@ func restoreData( ctx, iReader, observe.ItemRestoreMsg, - clues.Hide(itemName), + clues.Hide(name), ss.Size()) go closer()