Hi
OJS 3.1 Is it possible for the layout editor to have access to the metadata? The layout editor needs to know what section the article appears in as well as information about the authors.
Thanks
Hi
OJS 3.1 Is it possible for the layout editor to have access to the metadata? The layout editor needs to know what section the article appears in as well as information about the authors.
Thanks
Seems that at the moment assistants (like layout editors) are now allowed to access the metadata tab.
@asmecher any reason why assistants could not view/edit metadata? For some journals that could even be part of copyediting stage?
Edit: enabling assistants to edit metadata would only involve adding ROLE_ID_ASSISTANT to these files:
https://github.com/pkp/pkp-lib/blob/master/classes/controllers/modals/submissionMetadata/SubmissionMetadataHandler.inc.php#L53
https://github.com/pkp/pkp-lib/blob/master/controllers/modals/submissionMetadata/PublicationEntryHandler.inc.php#L36
https://github.com/pkp/pkp-lib/blob/master/controllers/tab/publicationEntry/PublicationEntryTabHandler.inc.php#L43
https://github.com/pkp/ojs/blob/master/controllers/tab/issueEntry/IssueEntryTabHandler.inc.php#L26
Hi @ajnyga,
That looks like a worthy addition. Would you mind opening up a PR?
Regards,
Alec Smecher
Public Knowledge Project Team
Hi @ajnyga,
Merged, thanks! This will be released with OJS 3.2.
Regards,
Alec Smecher
Public Knowledge Project Team