Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 7.2, 6.4.6, 7.1.3, 7.4
-
Component/s: Old Core
-
Labels:
-
Difficulty:Unknown
-
Documentation:N/A
-
Documentation in Release Notes:N/A
-
Similar issues:
Description
How to reproduce
Expected behaviour:
- Go to the Administration
- Click on the "export" link to access the "export section"
- The export section is a form where we can set some options about the export (the name of the XAR, if the history is exported, etc...)
- In that section, click on "export"
- You get the XAR
What is happening now:
- Go to the Administration
- Click on the "export" link to access the "export section"
- You get the XAR directly
So you cannot set the advanced export options, but you can still export the wiki.
Workaround
Use the URL /xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin§ion=Export
Explanations
Regression caused by XWIKI-12607.
Admin Export section lead to /export/ action which used to display a form when no name parameter was provided but since XWIKI-12607 export action always export something and never display export.vm anymore.