Import Native XML to future issues

I am using ojs version 3.3.0-19.

I am loading Native XML without problems although not with the expected result.

I would like the loaded issue to be placed in the future issues section and not remove the current issue that is published. What parameters should I set to load the number to future numbers and that’s it?

I understand that the attributes I have to use are:
published
current
access_status
but with no combination have I succeeded. How do I do it?

Thanks!

HI @xtorrents

So, you’ve tried:

<issue published="0" current="0" access_status="1"> ?

Setting published=“0” and current=“0” ought to ensure that the issue is imported as a future (unpublished) issue.

Note that the “access_status” attribute only affects who can view the issue (e.g., open access or subscription access)—not its publication status or placement in “Future Issues.”

If you are still having trouble and the issue appears as current/published despite using these settings, it could be related to a bug or a schema mismatch. You should double-check your XML syntax and, perhaps, if it doesn’t work, post a sample of what you’ve used?

-Roger

PKP Team

The XML is as follows:

And what happens to me is that it puts it as a future issue (correct) but removes the issue that is as current (incorrect) and the main page of the journal comes out blank.

Can you tell me why this happens or is it a bug?

Thanks!

image

Hi @xtorrents,

I ran this by one of our team members who seemed to think it is likely a bug. Feel free to file a bug report on Github, so as to be able to test against it when a fix is provided.

-Roger

PKP Team