-
Task
-
Resolution: Fixed
-
Should have
-
2
-
Campaigns
-
Sprint #103
When we import a Campaign page it looks like they inherit the status of the original page. I found this line in the exported XML file of a page that is published on the original instance:
<wp:status>publish</wp:status>
The result is that when we import a page it becomes published right away, without an editor adding the translations or just taking a look at it.
This should be changed, the expected behaviour: no matter what status the original page has, the imported page should be not published but a draft.
Tasks
- Modify importer to change the page status to "Unpublished/Draft"