Details
-
Bug
-
Resolution: Fixed
-
Major
-
8.1-milestone-1
-
Unknown
-
N/A
-
N/A
-
Description
Steps to reproduce:
- Clone https://github.com/xwiki/xwiki-platform
- Open a console
- Navigate to "xwiki-platform\xwiki-platform-core\xwiki-platform-flamingo\xwiki-platform-flamingo-skin\xwiki-platform-flamingo-skin-test\xwiki-platform-flamingo-skin-test-tests"
- Run "mvn clean install"
- Inside the target folder you have a xwiki folder -> open XWiki from there
- Go to http://localhost:8080/xwiki/bin/view/Main/
- Pick Rename from the options
- Choose a new location
- Check the "AUTOMATIC REDIRECT" checkbox
- Click Rename
- Open the "Rename Log"
You will see 2 warning lines similar to this one:
We can't create an automatic redirect from [Home » Main » WebHome] to [Home » goa » yolo » WebHome] because [Home » XWiki » RedirectClass] is missing.
The Rename operation succeeds, but the "AUTOMATIC REDIRECT" feature is not working.
Attachments
Issue Links
- blocks
-
XWIKI-13277 Add Rename operation Page Object & Tests
- Closed