by Marc » Tue Mar 21, 2006 10:24 am
Hi all,
We have imported many issues in our database using the native import/export plugin, with the versions:
- NativeImportExportPlugin.inc.php, v 1.21
- NativeImportDom.inc.php,v 1.13
That works great!
However, a trouble appears when we try to change the galley file of an article object.
Often, people forgot to attach the file src in the XML or the file attached is not the correct one. Therefore, we need to do some changes to the imported data.
Nevertheless, to make these changes, it is necessary that the article have the acceptation of the editor, as if it had been import using the traditional workflow. More specifically, we need in the table edit_decisions (article_id, round, editor_id, decision) a row representing the article with a 1 in the last column.
If not, we cannot change the article file or to attach one if it does not have.
My questions are:
First, are we right? If yes, is that resolved in some later version? (I have searched into the CVS, finding nothing). Finally, if not (that is not resolved), there is any easy way to do that?
We cannot change code source because there is people using the traditional workflow.
Thanks a lot!
Marc