-
Bug
-
Resolution: Fixed
-
Medium
-
3.4.5
-
QA-CAC
To reproduce:
- Go to exportspacexml.action
- Click 'Deselect All' and check the box for a single page
- Click Export button
- After the space export has completed, download it
It will contain all pages in the space, not just the selected page.
Workaround
Server-side Permanent Workaround
Edit the confluence/importexport/includes/export-spacetree-checkboxes.vm file and change the following line from:
<input class="radio centered" type="radio" id="contentOptionVisible" name="contentOption" value="all" checked="checked">
to this:
<input class="radio centered" type="radio" id="contentOptionVisible" name="contentOption" value="visible" checked="checked">
Client-side Temporary Workaround
Using a tool like Firebug, right-click on the "Visible to you" radio button on the export as XML page and clickon "Inspect Element". Edit the "value" attribute's value and set it to "visible":
<input type="radio" checked="checked" value="visible" name="contentOption" id="contentOptionVisible" class="radio centered">
- is duplicated by
-
CONFSERVER-21779 XML Export of a space with a subset of pages selected exports the entire space
- Closed
-
CONFSERVER-22783 XML Space Export ignores pages selected prior to export and exports entire space instead
- Closed
-
CONFSERVER-22119 Partial space export includes all content from the space
- Closed
-
CONFSERVER-23832 XML backup doesn't restore only the selected pages but the all space content
- Closed
- is related to
-
CONFSERVER-22853 XML export of a small space from in a large system is very slow
- Closed