Browse-page should be updated when duplicate encountered.
Brought to you by:
onepremise
Some paths have duplicate names as children:
/root/path/pathA/pathB/pathA
The child will get updated to
/root/path/pathA/pathB/pathA_1
However, the browse page will still reference the old child name. As the import proceeds, I would like to see the process go back and update the browsePage referencing the new child name.