Skip to content

Commit

Permalink
ReviewRounds export filter added
Browse files Browse the repository at this point in the history
  • Loading branch information
defstat committed May 20, 2018
1 parent be049fd commit aaa1c1e
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions plugins/importexport/native/filter/filterConfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,19 @@
description="plugins.importexport.native.description"
inputType="xml::schema(plugins/importexport/native/native.xsd)"
outputType="class::classes.article.ArticleGalley[]" />
<!-- ReviewRounds native XML export -->
<filterGroup
symbolic="review-round=>native-xml"
displayName="plugins.importexport.native.displayName"
description="plugins.importexport.native.description"
inputType="class::lib.pkp.classes.submission.reviewRound.ReviewRound[]"
outputType="xml::schema(plugins/importexport/native/native.xsd" />
<!-- ReviewAssignments native XML export -->
<filterGroup
symbolic="ReviewAssignments=>native-xml"
symbolic="review-assignment=>native-xml"
displayName="plugins.importexport.native.displayName"
description="plugins.importexport.native.description"
inputType="class::lib.pkp.classes.submission.reviewAssignment.ReviewAssignment[])"
inputType="class::lib.pkp.classes.submission.reviewAssignment.ReviewAssignment[]"
outputType="xml::schema(plugins/importexport/native/native.xsd" />
</filterGroups>
<filters>
Expand Down Expand Up @@ -213,5 +220,13 @@
inGroup="native-xml=>ArticleGalley"
class="plugins.importexport.native.filter.NativeXmlArticleGalleyFilter"
isTemplate="0" />
<filter
inGroup="review-round=>native-xml"
class="lib.pkp.plugins.importexport.native.filter.ReviewRoundNativeXmlFilter"
isTemplate="0" />
<filter
inGroup="review-assignment=>native-xml"
class="lib.pkp.plugins.importexport.native.filter.ReviewAssignmentNativeXmlFilter"
isTemplate="0" />
</filters>
</filterConfig>

0 comments on commit aaa1c1e

Please sign in to comment.