pkp / ots

PKP XML Parsing Service
GNU General Public License v3.0
32 stars 19 forks source link

Make sure document.xml is registered as output when using XML as input #92

Closed axfelix closed 7 years ago

axfelix commented 7 years ago

We need to replicate some of https://github.com/pkp/xmlps/blob/master/module/MergeXMLOutputs/src/MergeXMLOutputs/Model/Queue/Job/MergeJob.php#L88 to https://github.com/pkp/xmlps/blob/master/module/PathFinder/src/PathFinder/Model/Queue/Job/PathFinderJob.php (I think this is the simplest solution?) to register the input XML as document.xml output in order to not break API calls (eg when populating galleys).

axfelix commented 7 years ago

Tested working, and merged!