-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Component/s: Sites Administration > Sites, Staging
-
Labels:
-
Fix Priority:3
-
Git Pull Request:
-
QA Test Name:
-
QA Test Score:5
Duplicated Site friendlyUrl is concatenating the new number instead of changing it.
Steps:
- Add new blank site named 'FriendlyTest'.
- Add new blank site named 'FriendlyTest+'.
- Add new blank site named 'FriendlyTest++'.
- Check the generated friendlyUrls.
Expected friendlyUrls:
- /friendlytest
- /friendlytest-1
- /friendlytest-2
Actual friendlyUrls:
- /friendlytest
- /friendlytest-1
- /friendlytest-1-2
Other method:
- Add new blank site named 'StagingTest'.
- Enable local staging.
Expected friendlyUrls:
- /stagingtest
- /stagingtest-staging
Actual friendlyUrls:
- /stagingtest
- /stagingtest-1-staging
- is caused by
-
LPS-81375 Duplicate site with special character cannot be staged
- Closed