pkp / jatsTemplate

Basic JATS document template generator plugin for OJS
GNU General Public License v3.0
9 stars 12 forks source link

Get galleys only for an published article #9

Closed withanage closed 2 years ago

withanage commented 5 years ago

Hi @asmecher ,

restricted the getGalleys() function, if the plugin is called with a Article instance in stable-3_1_2

https://github.com/pkp/ojs/blob/stable-3_1_2/classes/article/Article.inc.php

Therefore added a restriction for only PublishedArticle in the version stable-3_1_2

Did not add the changes into master version of this plugin cause the class until now.

Best, Dulip

asmecher commented 5 years ago

Would it be useful for your use case to have the JATS template include information from galley files, even for unpublished submissions?

asmecher commented 2 years ago

Outdated.