-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.X EE, 7.0.0 Alpha 1
-
Fix Version/s: 6.2.4 CE GA5, 6.2.X EE, 7.0.0 Alpha 2
-
Component/s: Staging, Staging > Export/Import
-
Labels:
-
Branch Version/s:6.2.x
-
Backported to Branch:Committed
-
Story Points:9
-
Fix Priority:3
-
Git Pull Request:
Steps to reproduce
- Create a new site
- Create a document into Document Library, called DocumentA
- Export site to a LAR file
- Rename document to DocumentB
- Create another document into Document Library, called DocumentA
- Import LAR file to site with document with old name (DocumentA)
- Wrong behavior: During document import, "DocumentB" cannot renamed to "DocumentA" due name collision and a duplicate exception is thrown. LAR is not imported
- Expected behavior: During document import, due of name collision with existing "DocumentA", "DocumentB" is renamed into "DocumentA 1". LAR is successfully imported
- Wrong behavior: During document import, "DocumentB" cannot renamed to "DocumentA" due name collision and a duplicate exception is thrown. LAR is not imported