@ssciberras wrote:
I am slowly customizing OJS 3,1 to our needs. We have two Journals hosted on the same OJS system, and I would like to add a button in the submission page for each submission to allow us to transfer a submission from one journal to another.
I was thinking of doing this in the Submissions page. Once a user clicks on the submission dropdown, there are three buttons: “View Submission” “Activity Log & Notes” “Delete”. I would like to another one here “Send to X”. I am going through the code, but am stuck at
templates/dashboard/index.tpl
where there is:
pkp.registry.init('my-submission-list-handler-{$uuid}', 'SubmissionsListPanel', {$myQueueListData});
I understand that this calls a Vue instance, but i cannot find the function in order to add this button.
I could use Vue or Jquery to dynamically add this button after loading, but that does not seem clean code.
Would someone guide me on where pkp.registry.init, and what it does?
thanks
Stephen
Posts: 1
Participants: 1