Skip to content

Commit

Permalink
pkp/pkp-lib#5098 Fix publication ID when updating the working publica…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
NateWr committed Oct 3, 2019
1 parent d57b9ab commit 3661e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Container/WorkflowContainerOMP.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default {
const $chaptersEl = $(this.$refs.chapters);
const sourceUrl = this.chaptersGridUrl.replace(
'__publicationId__',
this.workingPublication.id
publication.id
);
if (!$.pkp.classes.Handler.hasHandler($chaptersEl)) {
$chaptersEl.pkpHandler('$.pkp.controllers.UrlInDivHandler', {
Expand Down

0 comments on commit 3661e4b

Please sign in to comment.